Completed
Pull Request — master (#12)
by Alex
03:27
created
src/Providers/MetadataControllerProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\ServiceProvider;
6 6
 use Illuminate\Support\Facades\Cache;
7
-
8 7
 use AlgoWeb\PODataLaravel\Controllers\MetadataControllerContainer;
9 8
 
10 9
 class MetadataControllerProvider extends ServiceProvider
Please login to merge, or discard this patch.
src/Query/LaravelQuery.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     }
314 314
     /**
315 315
      * Delete resource from a resource set.
316
-     * @param ResourceSet|null $resourceSet
316
+     * @param ResourceSet|null $sourceResourceSet
317 317
      * @param object           $sourceEntityInstance
318 318
      *
319 319
      * return bool true if resources sucessfully deteled, otherwise false.
@@ -361,8 +361,8 @@  discard block
 block discarded – undo
361 361
     /**
362 362
      * @param $sourceEntityInstance
363 363
      * @param $data
364
-     * @param $class
365
-     * @param $verb
364
+     * @param string $class
365
+     * @param string $verb
366 366
      * @return array|mixed
367 367
      * @throws ODataException
368 368
      * @throws \POData\Common\InvalidOperationException
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,6 @@
 block discarded – undo
15 15
 use \POData\Common\ODataException;
16 16
 use AlgoWeb\PODataLaravel\Interfaces\AuthInterface;
17 17
 use AlgoWeb\PODataLaravel\Auth\NullAuthProvider;
18
-
19
-
20
-use Illuminate\Support\Facades\DB;
21 18
 use Illuminate\Support\Facades\App;
22 19
 
23 20
 class LaravelQuery implements IQueryProvider
Please login to merge, or discard this patch.