Skip to content

Commit 6ff96cf

Browse files
committed
Apply fixes from StyleCI
1 parent b21cc72 commit 6ff96cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReflectionClosurePhp80Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
});
6969

7070
test('trailing comma', function () {
71-
$f1 = function (string $param, ) {
71+
$f1 = function (string $param) {
7272
};
7373
$e1 = 'function (string $param, ) {
7474
}';

0 commit comments

Comments
 (0)