Skip to content

Commit 8eccd72

Browse files
Fixed: issue where inclusive hits counter is counted too often.
1 parent edbc132 commit 8eccd72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Processor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public function executeFirewall($rules)
251251
return true;
252252
} else {
253253
$inclusiveHits++;
254+
break 2;
254255
}
255256
}
256257
}

0 commit comments

Comments
 (0)