Skip to content

Commit b2c0420

Browse files
Minor fixes
1 parent f713942 commit b2c0420

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bootstrap.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
if (PHP_VERSION_ID < 70300) {
1313
if (!function_exists('is_countable')) {
14-
function is_countable($var) {
15-
return is_array($var) || $var instanceof Countable;
16-
}
14+
function is_countable($var) { return is_array($var) || $var instanceof Countable; }
1715
}
1816
}

0 commit comments

Comments
 (0)