Skip to content

Commit 3e18640

Browse files
committed
cs fix
1 parent 29b6d2b commit 3e18640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getResults(): array
7272
$collectedData = [];
7373
$isCallableWhen = is_callable($this->when);
7474

75-
if (is_callable($this->when)) {
75+
if ($isCallableWhen) {
7676
// filter must be a callable with bool return type
7777
Filter::boolean($this->when);
7878
}

0 commit comments

Comments
 (0)