@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace spec\Port\Steps\Step; |
4 | 4 | |
5 | -use Port\Filter\OffsetFilter; |
|
6 | -use Port\Filter\ValidatorFilter; |
|
7 | 5 | use Port\Steps\Step; |
8 | 6 | use PhpSpec\ObjectBehavior; |
9 | 7 |
@@ -168,7 +168,7 @@ |
||
168 | 168 | /** |
169 | 169 | * Builds the pipeline |
170 | 170 | * |
171 | - * @return callable |
|
171 | + * @return \Closure |
|
172 | 172 | */ |
173 | 173 | private function buildPipeline() |
174 | 174 | { |