Skip to content

Commit

Permalink
Fix phpstan v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 29, 2022
1 parent 8a19968 commit fee2638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ public function getIterator(): \Traversable
// you can also use breakHook() with specific object which will then be returned
// as a next iterator value

/** @var static|false|null */
$ret = $thisCloned->hook(self::HOOK_AFTER_LOAD);
if ($ret === false) {
continue;
Expand Down

0 comments on commit fee2638

Please sign in to comment.