Skip to content

Commit b5d6f11

Browse files
committed
Code style
1 parent 37ebeb7 commit b5d6f11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2-
return function($class) {
2+
3+
return function ($class) {
34
if ('AutoloaderTest_AutoloaderClosure' == $class) {
45
return true;
56
}
7+
68
return false;
7-
}
8-
?>
9+
};

0 commit comments

Comments
 (0)