Completed
Push — master ( 185674...d1f004 )
by Lars
33:07 queued 31:25
created
example/example_scraping_lebensmittelwarnung.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
 
35 35
 foreach ($data as $v) {
36 36
     foreach ($v as $k_inner => $v_inner) {
37
-        echo '<strong>' . $k_inner . ':</strong>&nbsp;' . $v_inner . '<br><br>';
37
+        echo '<strong>'.$k_inner.':</strong>&nbsp;'.$v_inner.'<br><br>';
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
src/voku/helper/SimpleHtmlDomInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
      *
172 172
      * @param string $class
173 173
      *
174
-     * @return SimpleHtmlDomInterface[]|SimpleHtmlDomNodeInterface<SimpleHtmlDomInterface>
174
+     * @return SimpleHtmlDomNodeInterface
175 175
      */
176 176
     public function getElementByClass(string $class);
177 177
 
Please login to merge, or discard this patch.
src/voku/helper/SimpleXmlDomInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
      *
171 171
      * @param string $class
172 172
      *
173
-     * @return SimpleXmlDomInterface[]|SimpleXmlDomNodeInterface<SimpleXmlDomInterface>
173
+     * @return SimpleXmlDomNodeInterface
174 174
      */
175 175
     public function getElementByClass(string $class);
176 176
 
Please login to merge, or discard this patch.