Completed
Push — master ( 901465...46d7dd )
by Adeola
02:39
created
src/Model/DataBaseModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * @throws EmptyArrayException
82 82
      * @throws NoRecordCreatedException
83 83
      *
84
-     * @return bool true or false;
84
+     * @return boolean|null true or false;
85 85
      */
86 86
     public function save($dbConn)
87 87
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      * @throws ArgumentNumberIncorrectException
139 139
      * @throws ArgumentNotFoundException
140 140
      *
141
-     * @return object
141
+     * @return DataBaseModel
142 142
      */
143 143
     public static function findById($id)
144 144
     {
Please login to merge, or discard this patch.