mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Fix code style (#12395)
This commit is contained in:
committed by
GitHub
parent
da426a0036
commit
b2faba62b7
@@ -18,8 +18,7 @@ class Rot13Type extends Type
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @param string|null $value
|
||||
* @param AbstractPlatform $platform
|
||||
* @param string|null $value
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
@@ -35,8 +34,7 @@ class Rot13Type extends Type
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @param string|null $value
|
||||
* @param AbstractPlatform $platform
|
||||
* @param string|null $value
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
@@ -52,9 +50,6 @@ class Rot13Type extends Type
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @param array $fieldDeclaration
|
||||
* @param AbstractPlatform $platform
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
@@ -69,8 +64,6 @@ class Rot13Type extends Type
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @param AbstractPlatform $platform
|
||||
*
|
||||
* @return int|null
|
||||
*/
|
||||
public function getDefaultLength(AbstractPlatform $platform)
|
||||
|
||||
Reference in New Issue
Block a user