Completed
Push — 565-phpspec ( 4fac67...61b147 )
by Jonathan
01:25
created
src/Drupal/DrupalExtension/Listener/DriverListener.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
    *
58 58
    * Other scenarios get the `default_driver` as the default driver.
59 59
    *
60
-   * @param ScenarioTested|OutlineEvent $event
60
+   * @param LifecycleEvent $event
61 61
    */
62 62
     public function prepareDefaultDrupalDriver(LifecycleEvent $event)
63 63
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Behat\Behat\EventDispatcher\Event\ExampleTested;
6 6
 use Behat\Behat\EventDispatcher\Event\ScenarioLikeTested;
7 7
 use Behat\Behat\EventDispatcher\Event\ScenarioTested;
8
-
9 8
 use Behat\Testwork\EventDispatcher\Event\LifecycleEvent;
10 9
 use Drupal\DrupalDriverManager;
11
-
12 10
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.