@@ -91,7 +91,7 @@ |
||
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:']"); |