Skip to content

Commit 4f17998

Browse files
authored
Update ReflectionClosurePhp80Test.php
1 parent a049260 commit 4f17998

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)