Passed
Push — v1 ( f627cc...ca042c )
by Andrew
02:34
created
src/twigextensions/EmptyCoalesceTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     {
55 55
         return [
56 56
             // Unary operators
57
-            [],
57
+            [ ],
58 58
             // Binary operators
59 59
             [
60 60
                 '???' => [
Please login to merge, or discard this patch.
src/EmptyCoalesce.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             Craft::t(
60 60
                 'empty-coalesce',
61 61
                 '{name} plugin loaded',
62
-                ['name' => $this->name]
62
+                [ 'name' => $this->name ]
63 63
             ),
64 64
             __METHOD__
65 65
         );
Please login to merge, or discard this patch.