@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
43 | - * @param $type |
|
43 | + * @param string|null $type |
|
44 | 44 | * @return mixed |
45 | 45 | * @throws \Nip\Logger\Exception |
46 | 46 | */ |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @param $typeObject |
|
97 | + * @param GenericType $typeObject |
|
98 | 98 | * @return RecordTrait |
99 | 99 | */ |
100 | 100 | public function setTypeFromObject($typeObject) |