Completed
Push — master ( 8d6c09...33443d )
by Sam
05:30 queued 40s
created
src/cli/PersistenceManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@  discard block
 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
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
 
291 291
 	/**
292 292
 	 * @param Database\Instance  $instance
293
-	 * @param                    $user
293
+	 * @param                    User $user
294 294
 	 * @param Channel            $channel
295 295
 	 * @param SubscriptionStatus $subscription
296 296
 	 *
Please login to merge, or discard this patch.