Completed
Push — master ( 4ab75d...1ed105 )
by Sam
02:13
created
src/cli/PersistenceManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
 
252 252
 
253 253
 	/**
254
-	 * @param                  $instanceName
254
+	 * @param                  string $instanceName
255 255
 	 * @param ConnectionStatus $connectionStatus
256 256
 	 *
257 257
 	 * @return bool whether the connection exists in the database
Please login to merge, or discard this patch.
src/cli/StatusManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
 				$this->_persistenceManager->onConnectionSeen($instanceName, $connection);
152 152
 
153 153
 			// Persist inputs
154
-			foreach($instanceStatus->getInputs() as $input)
154
+			foreach ($instanceStatus->getInputs() as $input)
155 155
 				$this->_persistenceManager->onInputSeen($instanceName, $input);
156 156
 
157 157
 			// Persist running subscriptions
Please login to merge, or discard this patch.