@@ -324,8 +324,6 @@ |
||
324 | 324 | } |
325 | 325 | |
326 | 326 | /** |
327 | - * @param string $property |
|
328 | - * @param mixed $value |
|
329 | 327 | * @return mixed |
330 | 328 | */ |
331 | 329 | private function getPrimaryDbValueWithPropertyType($primaryDbValue) { |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | namespace Starlit\Db; |
10 | 10 | |
11 | -use Starlit\Utils\Str; |
|
12 | 11 | use Starlit\Utils\Arr; |
12 | +use Starlit\Utils\Str; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Abstract class to model a single database row into an object. |