Passed
Branch master (98e19a)
by Petrică
02:49 queued 10s
created
Tests/Command/NotifyCommandTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,9 +124,9 @@
 block discarded – undo
124 124
         $input = $this->getInputInterface();
125 125
 
126 126
         $map = array(
127
-            [ 'statsd-host', 'localhost' ],
128
-            [ 'statsd-port', '8125' ],
129
-            [ 'statsd-namespace', 'test' ]
127
+            ['statsd-host', 'localhost'],
128
+            ['statsd-port', '8125'],
129
+            ['statsd-namespace', 'test']
130 130
         );
131 131
 
132 132
         $input->expects($this->atLeastOnce())
Please login to merge, or discard this patch.