Completed
Push — master ( baf55e...94a5f2 )
by Andrew
02:03
created
src/Modules/Extractors/MetaExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
         // Additionally retrieve type values based on provided og:type (http://ogp.me/#types)
62 62
         if (isset($results['type'])) {
63
-            $nodes = $this->article()->getDoc()->find('meta[property^="' . $results['type'] .':"]');
63
+            $nodes = $this->article()->getDoc()->find('meta[property^="'.$results['type'].':"]');
64 64
 
65 65
             foreach ($nodes as $node) {
66 66
                 $property = explode(':', $node->attr('property'));
Please login to merge, or discard this patch.