Completed
Push — master ( b91b36...686fc1 )
by Oscar
02:37
created
src/FieldFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,6 @@
 block discarded – undo
85 85
     /**
86 86
      * Map db field types with classes.
87 87
      *
88
-     * @param array $map
89 88
      *
90 89
      * @return self
91 90
      */
Please login to merge, or discard this patch.
src/Table.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,8 +50,6 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Store a row in the cache.
52 52
      * 
53
-     * @param int $id
54
-     * @param Row $Row
55 53
      */
56 54
     public function cache(Row $row)
57 55
     {
@@ -74,7 +72,7 @@  discard block
 block discarded – undo
74 72
      *
75 73
      * @throws SimpleCrudException
76 74
      *
77
-     * @return Queries\Query|null
75
+     * @return Queries\Query
78 76
      */
79 77
     public function __call($name, $arguments)
80 78
     {
Please login to merge, or discard this patch.