mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
109 B
109 B
NullReference
Emitted when attempting to call a method on null
<?php
$a = null;
$a->foo();