@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * Form constructor. |
11 | 11 | * |
12 | - * @param $x |
|
12 | + * @param integer $x |
|
13 | 13 | */ |
14 | 14 | public function __construct($x) |
15 | 15 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kata\PHP7Kata; |
4 | 4 | |
5 | -use Behat\Testwork\Ordering\Orderer\Orderer; |
|
6 | 5 | use Kata\OtherExamples\{ |
7 | 6 | Example, Form, NotAnExample |
8 | 7 | }; |