@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | * |
147 | 147 | * @param \DOMElement $element DOM element |
148 | 148 | * @param Context $context Context |
149 | - * @return ThingInterface|NULL|string Property value |
|
149 | + * @return string Property value |
|
150 | 150 | */ |
151 | 151 | protected function getPropertyValue(\DOMElement $element, Context $context) |
152 | 152 | { |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | * |
197 | 197 | * @param string $typeof Thing type |
198 | 198 | * @param Context $context Context |
199 | - * @return ThingInterface|NULL|string Property value |
|
199 | + * @return ThingInterface Property value |
|
200 | 200 | * @throws OutOfBoundsException If the default vocabulary is empty |
201 | 201 | * @throws OutOfBoundsException If the vocabulary prefix is unknown |
202 | 202 | */ |