@@ -203,7 +203,7 @@ |
||
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 | { |
@@ -69,7 +69,7 @@ |
||
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 | * |