| @@ -1,9 +1,7 @@ | ||
| 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. | 
| @@ -145,7 +145,7 @@ | ||
| 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 |      { |