Passed
Pull Request — master (#6)
by Anton
33:27 queued 13:39
created
application/modules/google/controllers/widgets/auth.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,12 +16,12 @@
 block discarded – undo
16 16
 /**
17 17
  * @return void
18 18
  */
19
-return function () {
19
+return function() {
20 20
     /**
21 21
      * @var Controller $this
22 22
      */
23 23
     ?>
24
-    <a href="<?=Router::getUrl('auth', 'auth', ['provider' => 'google'])?>"
24
+    <a href="<?=Router::getUrl('auth', 'auth', [ 'provider' => 'google' ])?>"
25 25
        class="bi bi-google h1 me-1"></a>
26 26
     <?php
27 27
 };
Please login to merge, or discard this patch.