Completed
Push — develop ( 0ccfdd...5df781 )
by Oyebanji Jacob
02:23
created
src/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
     /**
179 179
      * Save the model data to the database.
180 180
      * 
181
-     * @return boolean
181
+     * @return integer
182 182
      */
183 183
     public function save()
184 184
     {
Please login to merge, or discard this patch.
test/DatabaseConnectionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 	 * Reference: https://jtreminio.com/2013/03/unit-testing-tutorial-part-3-testing-protected-private-methods-coverage-reports-and-crap/
74 74
 	* Call protected/private method of a class.
75 75
 	*
76
-	* @param object &$object    Instantiated object that we will run method on.
76
+	* @param object DatabaseConnection    Instantiated object that we will run method on.
77 77
 	* @param string $methodName Method name to call
78 78
 	* @param array  $parameters Array of parameters to pass into method.
79 79
 	*
Please login to merge, or discard this patch.