Completed
Pull Request — master (#470)
by Maxence
01:49
created
lib/Command/CirclesTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -121,9 +121,9 @@  discard block
 block discarded – undo
121 121
 		$test->setAsync(true);
122 122
 		$wrapper = $this->gsUpstreamService->newEvent($test);
123 123
 
124
-		$output->writeln('Async request is sent, now waiting ' . $delay . ' seconds');
124
+		$output->writeln('Async request is sent, now waiting '.$delay.' seconds');
125 125
 		sleep($delay);
126
-		$output->writeln('Pause is over, checking results for ' . $wrapper->getToken());
126
+		$output->writeln('Pause is over, checking results for '.$wrapper->getToken());
127 127
 
128 128
 		$wrappers = $this->gsUpstreamService->getEventsByToken($wrapper->getToken());
129 129
 
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
 		}
134 134
 
135 135
 		foreach ($instances as $instance) {
136
-			$output->write($instance . ' ');
136
+			$output->write($instance.' ');
137 137
 			if (array_key_exists($instance, $result)
138 138
 				&& $result[$instance]->getResult()
139 139
 									 ->gInt('status') === 1) {
Please login to merge, or discard this patch.