Skip to content

Commit 903f970

Browse files
committed
cs
1 parent c395fe7 commit 903f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function getInvalidMethods()
8484
return [
8585
[false],
8686
[['foo']],
87-
[new \stdClass()]
87+
[new \stdClass()],
8888
];
8989
}
9090

0 commit comments

Comments
 (0)