Passed
Push — master ( c8468d...041863 )
by Michael
03:25
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
         $brand = isset($attr['brand']) ? $attr['brand'] : null;
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.