Skip to content

Commit b728259

Browse files
committed
Merge branch 'development' into version/2
2 parents e61edda + 67db8d7 commit b728259

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fixtures/return-type-declaration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ function filter_wrapper(): bool
218218
return true;
219219
}
220220

221-
// @phpcsWarningCodeOnNextLine NoReturnType
222221
fn() => true;
223222

224223
fn(): bool => true;

0 commit comments

Comments
 (0)