| 1 | <?php |
||
| 13 | class PersistUserMigrationInDatabase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * PersistUserMigrationInDatabase constructor. |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Handle the event. |
||
| 25 | * |
||
| 26 | * @param UserHasBeenMigrated $event |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | public function handle(UserHasBeenMigrated $event) |
||
| 44 | |||
| 45 | } |
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.