@@ -124,9 +124,9 @@ |
||
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()) |