Completed
Pull Request — develop (#1)
by Oyebanji Jacob
02:10
created
src/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
     /**
204 204
      * Save the model data to the database.
205 205
      *
206
-     * @return bool
206
+     * @return integer
207 207
      */
208 208
     public function save()
209 209
     {
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
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * Reference: https://jtreminio.com/2013/03/unit-testing-tutorial-part-3-testing-protected-private-methods-coverage-reports-and-crap/
70 70
      * Call protected/private method of a class.
71 71
      *
72
-     * @param object &$object    Instantiated object that we will run method on.
72
+     * @param object DatabaseConnection    Instantiated object that we will run method on.
73 73
      * @param string $methodName Method name to call
74 74
      * @param array  $parameters Array of parameters to pass into method.
75 75
      *
Please login to merge, or discard this patch.