Skip to content

Commit 279aeb8

Browse files
committed
styleci test3
1 parent 6507c10 commit 279aeb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
*
1212
* @return bool
1313
*/
14-
function canBeString($value)
15-
16-
: bool
14+
function canBeString($value): bool
1715
{
1816
return $value === null
1917
|| is_scalar($value)

0 commit comments

Comments
 (0)