Commit 58410f4
committed
Autoloader: fix missing return value
An autoloader should always return a boolean value to indicate whether or not it has loaded a file. This allows for chaining autoloaders.
In most cases, the `return` statement in the autoloader already returned a boolean, this was the only exception.1 parent bb267bb commit 58410f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments