Passed
Push — master ( 7bd3ed...c8468d )
by Michael
01:37
created
PageSEO/PageSEO.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.