Skip to content

Commit

Permalink
weird param always false
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Sep 26, 2021
1 parent 4481428 commit 153de33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function scrapeAssertions(
$this_class_name,
$source,
$codebase,
false,
false, //should this be $inside_negation??
$cache,
$inside_conditional
);
Expand All @@ -147,7 +147,7 @@ public static function scrapeAssertions(
$this_class_name,
$source,
$codebase,
false,
false, //should this be $inside_negation??
$cache,
$inside_conditional
);
Expand Down

0 comments on commit 153de33

Please sign in to comment.