@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | /** |
50 | 50 | * Physical address of the item. |
51 | 51 | * |
52 | - * @param PostalAddress|string $address |
|
52 | + * @param PostalAddress $address |
|
53 | 53 | * @return static |
54 | 54 | */ |
55 | 55 | public function setAddress(PostalAddress $address) |
@@ -296,7 +296,7 @@ discard block |
||
296 | 296 | /** |
297 | 297 | * The Dun & Bradstreet DUNS number for identifying an organization or business person. |
298 | 298 | * |
299 | - * @param string $duns |
|
299 | + * @param Person $duns |
|
300 | 300 | * @return static |
301 | 301 | */ |
302 | 302 | public function setDuns(Person $duns) |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace luya\web\jsonld; |
4 | 4 | |
5 | 5 | use luya\helpers\ObjectHelper; |
6 | -use yii\base\InvalidConfigException; |
|
7 | 6 | |
8 | 7 | |
9 | 8 | /** |