Completed
Pull Request — master (#22)
by Sergey
04:34
created
oldtests/BaseTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Delete index.
74 74
      *
75
-     * @param mixed $index
75
+     * @param string $index
76 76
      */
77 77
     protected function deleteIndex($index)
78 78
     {
Please login to merge, or discard this patch.
src/Model/BaseModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Isswp101\Persimmon\Model;
4 4
 
5
-use Isswp101\Persimmon\Contracts\Presentable;
6
-use Isswp101\Persimmon\Contracts\Storable;
7 5
 use Isswp101\Persimmon\DI\Container;
8 6
 use Isswp101\Persimmon\Exceptions\IllegalCollectionException;
9 7
 use Isswp101\Persimmon\Exceptions\ModelNotFoundException;
Please login to merge, or discard this patch.