@@ -6,7 +6,7 @@ discard block |
||
6 | 6 | |
7 | 7 | class PageSEO |
8 | 8 | { |
9 | - public function title($type, array $attr, $locale='en') |
|
9 | + public function title($type, array $attr, $locale = 'en') |
|
10 | 10 | { |
11 | 11 | $name = $attr['name']; |
12 | 12 | $site = $attr['site_name']; |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | return $return; |
65 | 65 | } |
66 | 66 | |
67 | - public function description($type, array $attr, $locale='en') |
|
67 | + public function description($type, array $attr, $locale = 'en') |
|
68 | 68 | { |
69 | 69 | $name = $attr['name']; |
70 | 70 | $brand = isset($attr['brand']) ? $attr['brand'] : null; |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | return $return; |
122 | 122 | } |
123 | 123 | |
124 | - public function all($type, array $attr, $locale='en') |
|
124 | + public function all($type, array $attr, $locale = 'en') |
|
125 | 125 | { |
126 | 126 | $res = new \StdClass(); |
127 | 127 |