Passed
Push — master ( 1041b1...383438 )
by Michael
01:44
created
PageSEO/PageSEO.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.