1 | <?php |
||
23 | class PhoneType extends TextType |
||
24 | { |
||
25 | public function convertToDatabaseValue($value, AbstractPlatform $platform) : ?string |
||
33 | |||
34 | public function convertToPHPValue($value, AbstractPlatform $platform) : ?Phone |
||
42 | |||
43 | public function requiresSQLCommentHint(AbstractPlatform $platform) : bool |
||
47 | |||
48 | public function getName() : string |
||
52 | } |
||
53 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.