Passed
Push — master ( 162035...fc95df )
by Robson
01:45
created
src/Optimizer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
         $description = $this->filter($description);
27 27
         
28 28
         $this->buildTag("title", $title);
29
-        $this->buildMeta("name", ["description" => $description]);
30
-        $this->buildMeta("name", ["robots" => ($follow ? "index, follow" : "noindex, nofollow")]);
29
+        $this->buildMeta("name", [ "description" => $description ]);
30
+        $this->buildMeta("name", [ "robots" => ($follow ? "index, follow" : "noindex, nofollow") ]);
31 31
         $this->buildLink("canonical", $url);
32 32
 
33 33
         foreach ($this->tags as $meta => $prefix) {
Please login to merge, or discard this patch.