Skip to content

Commit 1f5e0a5

Browse files
committed
ran php cs fixer
1 parent 0008ec8 commit 1f5e0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ParameterHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function __toString(): string
146146
});
147147
self::assertEquals('abc', $result);
148148
}
149-
149+
150150
public function testInvalidType(): void
151151
{
152152
$this->expectException(InvalidArgumentException::class);

0 commit comments

Comments
 (0)