Skip to content

Commit 5b95565

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent cab1183 commit 5b95565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ function square_brackets_to_dots($string)
232232
}
233233
}
234234

235-
if (!function_exists('old_empty_or_null')) {
235+
if (! function_exists('old_empty_or_null')) {
236236
/**
237237
* This method is an alternative to Laravel's old() helper, which mistakenly
238238
* returns NULL it two cases:

0 commit comments

Comments
 (0)