Skip to content

Commit 67db8d7

Browse files
committed
Fix tests
1 parent e87b219 commit 67db8d7

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)