@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | * This method create or insert new users to the table. |
| 41 | 41 | * |
| 42 | 42 | * @param $associativeArray |
| 43 | - * @param $tableName |
|
| 43 | + * @param string $tableName |
|
| 44 | 44 | * |
| 45 | 45 | * @return array |
| 46 | 46 | */ |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * This method read the data in the table name of the id being passed to it. |
| 75 | 75 | * |
| 76 | 76 | * @param $id |
| 77 | - * @param $tableName |
|
| 77 | + * @param string $tableName |
|
| 78 | 78 | * |
| 79 | 79 | * @return array |
| 80 | 80 | */ |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | * |
| 107 | 107 | * @param $update Params |
| 108 | 108 | * @param $associativeArray |
| 109 | - * @param $tableName |
|
| 109 | + * @param string $tableName |
|
| 110 | 110 | * |
| 111 | 111 | * @return bool |
| 112 | 112 | */ |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | * This method delete the table name of the id passed to it. |
| 146 | 146 | * |
| 147 | 147 | * @param $id |
| 148 | - * @param $tableName |
|
| 148 | + * @param string $tableName |
|
| 149 | 149 | * |
| 150 | 150 | * @return bool |
| 151 | 151 | */ |
@@ -81,7 +81,7 @@ discard block |
||
| 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 |
||
| 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 | { |