@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | /** |
63 | 63 | * Update the entity dataset with a selected data. Also updates every entity object having an identical id |
64 | 64 | * |
65 | - * @return true : always true ;) |
|
65 | + * @return boolean : always true ;) |
|
66 | 66 | */ |
67 | 67 | |
68 | 68 | protected function setData(array $data) : bool { |
@@ -137,6 +137,7 @@ discard block |
||
137 | 137 | * Check whether another entity with a given unique param value exists. |
138 | 138 | * This method is useful to find out is it possible to change the entity's unique param value to the given one |
139 | 139 | * |
140 | + * @param string $value |
|
140 | 141 | * @return int|false : the number of entities found (0 or 1) or false on error |
141 | 142 | */ |
142 | 143 |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | /** |
184 | 184 | * Get the entity creation time |
185 | 185 | * |
186 | - * @return int|false : the time or false on failure |
|
186 | + * @return null|integer : the time or false on failure |
|
187 | 187 | */ |
188 | 188 | |
189 | 189 | public function getCreated() { |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | /** |
210 | 210 | * Get the entity modification time |
211 | 211 | * |
212 | - * @return int|false : the time or false on failure |
|
212 | + * @return null|integer : the time or false on failure |
|
213 | 213 | */ |
214 | 214 | |
215 | 215 | public function getModified() { |
@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | /** |
236 | 236 | * Get the entity size |
237 | 237 | * |
238 | - * @return int|false : the size or false on failure |
|
238 | + * @return integer : the size or false on failure |
|
239 | 239 | */ |
240 | 240 | |
241 | 241 | public function getSize() { |