Skip to content

Commit 4a122f3

Browse files
committed
Fixed CS
1 parent 9a0ad26 commit 4a122f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Debug/TimerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function testRecordThrowsException()
166166

167167
public function testRecordThrowsErrorOnCallableWithParams()
168168
{
169-
if(version_compare(PHP_VERSION, '8.0.0') >= 0) {
169+
if (version_compare(PHP_VERSION, '8.0.0') >= 0) {
170170
$this->expectException(ArgumentCountError::class);
171171
} else {
172172
$this->expectException(ErrorException::class);

0 commit comments

Comments
 (0)