Test Failed
Push — main ( f4494f...e6bbad )
by Dylan
13:53 queued 11:15
created
examples/ExampleController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
             // the current user has access to so that he/she can switch
139 139
             // between them
140 140
             return $this->renderWith('[[Your template]]', [
141
-               'Options' => $options
141
+                'Options' => $options
142 142
             ]);
143 143
 
144 144
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             foreach ($sites as $site) {
131 131
                 $options[] = [
132 132
                     'Label' => $site['domain'],
133
-                    'URL'   => $this->Link('select') . '?site_key=' . $site['site_key']
133
+                    'URL'   => $this->Link('select').'?site_key='.$site['site_key']
134 134
                 ];
135 135
             }
136 136
 
Please login to merge, or discard this patch.