Completed
Push — master ( ae4bd2...5e8e7f )
by Anton
13s queued 11s
created
application/modules/twitter/controllers/widgets/auth.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,12 +15,12 @@
 block discarded – undo
15 15
 /**
16 16
  * @return void
17 17
  */
18
-return function () {
18
+return function() {
19 19
     /**
20 20
      * @var Controller $this
21 21
      */
22 22
     ?>
23
-    <a href="<?=Router::getUrl('auth', 'auth', ['provider' => 'twitter'])?>"
23
+    <a href="<?=Router::getUrl('auth', 'auth', [ 'provider' => 'twitter' ])?>"
24 24
        class="btn fab fa-twitter-square fa-2x"></a>
25 25
     <?php
26 26
 };
Please login to merge, or discard this patch.