Passed
Pull Request — master (#5)
by Gerard van
06:43
created
res/features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Behat\Behat\Context\Context;
4
-use Behat\Behat\Context\SnippetAcceptingContext;
5 4
 use Behat\Gherkin\Node\PyStringNode;
6
-use Behat\Gherkin\Node\TableNode;
7 5
 
8 6
 /**
9 7
  * Defines application features from the specific context.
Please login to merge, or discard this patch.
src/Zicht/Tool/Configuration/ConfigurationLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     /**
146 146
      * Returns all plugins registered while loading.
147 147
      *
148
-     * @return array
148
+     * @return \Zicht\Tool\PluginInterface[]
149 149
      */
150 150
     public function getPlugins()
151 151
     {
Please login to merge, or discard this patch.