Completed
Push — master ( da3279...199ae8 )
by Joschi
02:50
created
src/Rdfalite/Infrastructure/Parser/RdfaliteElementProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.