Test Setup Failed
Push — master ( d3a41c...09dca7 )
by Matthias
06:12 queued 05:20
created
src/Consumer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         $crawler->addHTMLContent($content, 'UTF-8');
92 92
 
93 93
         $properties = [];
94
-        foreach(['name', 'property'] as $t)
94
+        foreach (['name', 'property'] as $t)
95 95
         {
96 96
             // Get all meta-tags starting with "og:"
97 97
             $ogMetaTags = $crawler->filter("meta[{$t}^='og:']");
Please login to merge, or discard this patch.