Completed
Push — master ( 5e7e99...8e19af )
by Adeola
02:43
created
src/Model/DataBaseModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
      * @throws ArgumentNumberIncorrectException
128 128
      * @throws ArgumentNotFoundException
129 129
      *
130
-     * @return object
130
+     * @return DataBaseModel
131 131
      */
132 132
     public static function findById($id)
133 133
     {
Please login to merge, or discard this patch.
src/Database/DataBaseQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      * This method read the data in the table name of the id being passed to it.
80 80
      *
81 81
      * @param $id
82
-     * @param $tableName
82
+     * @param string $tableName
83 83
      *
84 84
      * @return array
85 85
      */
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      * This method delete the table name of the id passed to it.
143 143
      *
144 144
      * @param $id
145
-     * @param $tableName
145
+     * @param string $tableName
146 146
      *
147 147
      * @return bool
148 148
      */
Please login to merge, or discard this patch.