@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public function register() |
26 | 26 | { |
27 | - $this->app->singleton('odataquery', function ($app) { |
|
27 | + $this->app->singleton('odataquery', function($app) { |
|
28 | 28 | return new LaravelQuery(); |
29 | 29 | }); |
30 | 30 | } |
@@ -310,7 +310,7 @@ |
||
310 | 310 | } |
311 | 311 | /** |
312 | 312 | * Delete resource from a resource set. |
313 | - * @param ResourceSet|null $sourceResourceSet |
|
313 | + * @param ResourceSet $sourceResourceSet |
|
314 | 314 | * @param object $sourceEntityInstance |
315 | 315 | * |
316 | 316 | * return bool true if resources sucessfully deteled, otherwise false. |