@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | |
5 | 5 | class PageSEO |
6 | 6 | { |
7 | - public function title($type, array $attr, $locale='en') |
|
7 | + public function title($type, array $attr, $locale = 'en') |
|
8 | 8 | { |
9 | 9 | $name = $attr['name']; |
10 | 10 | $brand = isset($attr['brand']) ? $attr['brand'] : null; |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | return $return; |
64 | 64 | } |
65 | 65 | |
66 | - public function description($type, array $attr, $locale='en') |
|
66 | + public function description($type, array $attr, $locale = 'en') |
|
67 | 67 | { |
68 | 68 | $name = $attr['name']; |
69 | 69 | $brand = isset($attr['brand']) ? $attr['brand'] : null; |