@@ -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 | $brand = isset($attr['brand']) ? $attr['brand'] : null; |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | return $return; |
66 | 66 | } |
67 | 67 | |
68 | - public function description($type, array $attr, $locale='en') |
|
68 | + public function description($type, array $attr, $locale = 'en') |
|
69 | 69 | { |
70 | 70 | $name = $attr['name']; |
71 | 71 | $brand = isset($attr['brand']) ? $attr['brand'] : null; |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | return $return; |
116 | 116 | } |
117 | 117 | |
118 | - public function all($type, array $attr, $locale='en') |
|
118 | + public function all($type, array $attr, $locale = 'en') |
|
119 | 119 | { |
120 | 120 | $res = new \StdClass(); |
121 | 121 |