| Total Complexity | 1 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 56 | class GH6884Person  | 
            ||
| 57 | { | 
            ||
| 58 | /**  | 
            ||
| 59 | * @ORM\Id()  | 
            ||
| 60 | * @ORM\Column(type="integer")  | 
            ||
| 61 | * @ORM\GeneratedValue()  | 
            ||
| 62 | */  | 
            ||
| 63 | public $id;  | 
            ||
| 64 | |||
| 65 | /** @ORM\Column(type="boolean", nullable=false) */  | 
            ||
| 66 | public $isAlive = false;  | 
            ||
| 67 | |||
| 68 | /** @var bool */  | 
            ||
| 69 | public $nonOrmProperty = false;  | 
            ||
| 70 | |||
| 71 | public function onPostUpdate(GH6884Person $person, LifecycleEventArgs $eventArgs) : void  | 
            ||
| 78 | 
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.