@@ -17,7 +17,7 @@ |
||
17 | 17 | protected $data; |
18 | 18 | |
19 | 19 | /** @var array */ |
20 | - protected $tags = ["property" => "og", "name" => "twitter"]; |
|
20 | + protected $tags = [ "property" => "og", "name" => "twitter" ]; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * MetaTags constructor. |
@@ -31,8 +31,8 @@ |
||
31 | 31 | $description = $this->filter($description); |
32 | 32 | |
33 | 33 | $this->buildTag("title", $title); |
34 | - $this->buildMeta("name", ["description" => $description]); |
|
35 | - $this->buildMeta("name", ["robots" => ($follow ? "index, follow" : "noindex, nofollow")]); |
|
34 | + $this->buildMeta("name", [ "description" => $description ]); |
|
35 | + $this->buildMeta("name", [ "robots" => ($follow ? "index, follow" : "noindex, nofollow") ]); |
|
36 | 36 | $this->buildLink("canonical", $url); |
37 | 37 | |
38 | 38 | foreach ($this->tags as $meta => $prefix) { |