Passed
Push — master ( 717519...ee4194 )
by Hamzah
03:20
created
src/Bases/ContractInterface.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,14 +33,14 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param array $data
36
-     * @param $entityId
36
+     * @param integer $entityId
37 37
      *
38 38
      * @return bool
39 39
      */
40 40
     public function update($entityId, $data = []);
41 41
 
42 42
     /**
43
-     * @param $entityId
43
+     * @param integer $entityId
44 44
      *
45 45
      * @throws \Exception
46 46
      *
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     public function delete($entityId);
50 50
 
51 51
     /**
52
-     * @param $entityId
52
+     * @param integer $entityId
53 53
      * @param array $columns
54 54
      *
55 55
      *  @return Entity
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      * @param int $limit
77 77
      * @param array $filters
78 78
      *
79
-     * @return Paginator
79
+     * @return \Illuminate\Contracts\Pagination\Paginator
80 80
      */
81 81
     public function simplePaginate($limit = 10, $filters = []);
82 82
 
Please login to merge, or discard this patch.