| @@ -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; | 
| @@ -146,7 +146,7 @@ discard block | ||
| 146 | 146 | return $breadcrumbs; | 
| 147 | 147 | } | 
| 148 | 148 | |
| 149 | - public function all($type, array $attr, $locale='en') | |
| 149 | + public function all($type, array $attr, $locale = 'en') | |
| 150 | 150 |      { | 
| 151 | 151 | $res = new \StdClass(); | 
| 152 | 152 | |