Skip to content

Commit f4aac2d

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 279aeb8 commit f4aac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @return bool
1313
*/
14-
function canBeString($value): bool
14+
function canBeString($value): bool
1515
{
1616
return $value === null
1717
|| is_scalar($value)

0 commit comments

Comments
 (0)