Skip to content

Commit 971705c

Browse files
committed
formatting
1 parent 8855e86 commit 971705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Container/BoundMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class BoundMethod
2424
*/
2525
public static function call($container, $callback, array $parameters = [], $defaultMethod = null)
2626
{
27-
if (is_string($callback) && !$defaultMethod && method_exists($callback, '__invoke')) {
27+
if (is_string($callback) && ! $defaultMethod && method_exists($callback, '__invoke')) {
2828
$defaultMethod = '__invoke';
2929
}
3030

0 commit comments

Comments
 (0)