Completed
Push — master ( 94304e...b7ad07 )
by Hannes
02:10
created
features/bootstrap/FeatureContext.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Behat\Behat\Tester\Exception\PendingException;
4 3
 use Behat\Behat\Context\Context;
5 4
 use Behat\Behat\Context\SnippetAcceptingContext;
6 5
 use Behat\Gherkin\Node\PyStringNode;
7
-use Behat\Gherkin\Node\TableNode;
8 6
 
9 7
 /**
10 8
  * Defines application features from the specific context.
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     }
70 70
 
71 71
 
72
-   /**
72
+    /**
73 73
      * @Given the command line argument :argument
74 74
      */
75 75
     public function theCommandLineArgument($argument)
Please login to merge, or discard this patch.