Completed
Push — master ( 527704...75037d )
by Avtandil
02:14
created
src/Lodash/Eloquent/ManyToManyPreload.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Get a new query builder that doesn't have any global scopes.
39 39
      *
40
-     * @return \Illuminate\Database\Eloquent\Builder|static
40
+     * @return string
41 41
      */
42 42
     abstract public function newQueryWithoutScopes();
43 43
 
Please login to merge, or discard this patch.
tests/Unit/RedisTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Tests\Unit;
6 6
 
7 7
 use Longman\LaravelLodash\Redis\RedisManager;
8
-use Predis\Client;
9 8
 use Redis;
10 9
 use RedisArray;
11 10
 
Please login to merge, or discard this patch.