Skip to content

Commit 0bbaa55

Browse files
committed
Fix CS
1 parent 4fe9ec6 commit 0bbaa55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/debugger.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
/**
66
* @param mixed $thing
7-
* phpcs:ignore Squiz.Functions.GlobalFunction.Found
87
*/
9-
function dumpType($thing): void
8+
function dumpType($thing): void // phpcs:ignore Squiz.Functions.GlobalFunction.Found
109
{
1110
}

0 commit comments

Comments
 (0)