Completed
Push — master ( 22ee1f...e8ce2b )
by Jonathan
9s
created
src/Drupal/Driver/DrushDriver.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Drupal\Component\Utility\Random;
11 11
 use Drupal\Driver\Exception\BootstrapException;
12
-
13 12
 use Symfony\Component\Process\Process;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -176,6 +176,7 @@
 block discarded – undo
176 176
 
177 177
   /**
178 178
    * Parse user id from drush user-information output.
179
+   * @param string $info
179 180
    */
180 181
   protected function parseUserId($info) {
181 182
     // Find the row containing "User ID : xxx".
Please login to merge, or discard this patch.