Skip to content

Commit

Permalink
unrelated add missing if_false_assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Feb 29, 2024
1 parent 5c526d0 commit ecdc9a4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@ public static function analyze(
if ($context->inside_conditional
&& !$method_storage->assertions
&& !$method_storage->if_true_assertions
&& !$method_storage->if_false_assertions
) {
$stmt->setAttribute('memoizable', true);

Expand Down

0 comments on commit ecdc9a4

Please sign in to comment.