@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -spl_autoload_register(function ($class) { |
|
| 3 | +spl_autoload_register(function($class) { |
|
| 4 | 4 | if (strpos($class, 'SimpleCrud\\') !== 0) { |
| 5 | 5 | return; |
| 6 | 6 | } |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | * |
| 87 | 87 | * @throws SimpleCrudException |
| 88 | 88 | * |
| 89 | - * @return Queries\Query|null |
|
| 89 | + * @return Queries\Query |
|
| 90 | 90 | */ |
| 91 | 91 | public function __call($name, $arguments) |
| 92 | 92 | { |