Skip to content

Commit 1592800

Browse files
Remove superfluous parameters
1 parent 210bff5 commit 1592800

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Framework/Constraint/Equality/IsEqualCanonicalizing.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function evaluate(mixed $other, string $description = '', bool $returnRes
6464
$other,
6565
0.0,
6666
true,
67-
false,
6867
);
6968
} catch (ComparisonFailure $f) {
7069
if ($returnResult) {

src/Runner/PhptTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ public function run(): void
193193
$this->filename,
194194
true,
195195
TestStatus::unknown(),
196-
[],
197-
[],
198196
);
199197
}
200198

0 commit comments

Comments
 (0)