Skip to content

Commit 5cd019c

Browse files
authored
Fix CS
1 parent 4c89a9b commit 5cd019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/apply_filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
* @param string $foo Hello.
177177
* @param int $bar World.
178178
*/
179-
$value = apply_filters_ref_array('foo', ['Hello',123]);
179+
$value = apply_filters_ref_array('foo', ['Hello', 123]);
180180
assertType('string', $value);
181181

182182
/**

0 commit comments

Comments
 (0)