@@ -148,6 +148,9 @@ |
||
148 | 148 | public $errors; |
149 | 149 | public $value = null; |
150 | 150 | |
151 | + /** |
|
152 | + * @param string $value |
|
153 | + */ |
|
151 | 154 | public function __construct($value) |
152 | 155 | { |
153 | 156 | $this->value = $value; |
@@ -89,6 +89,9 @@ |
||
89 | 89 | public $errors; |
90 | 90 | public $value = null; |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $value |
|
94 | + */ |
|
92 | 95 | public function __construct($value) |
93 | 96 | { |
94 | 97 | $this->value = $value; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Comparator; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class ClosureComparatorSpec extends ObjectBehavior |
9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Comparator; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class FactorySpec extends ObjectBehavior |
9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Comparator; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Prophecy\Prophet; |
8 | 7 | |
9 | 8 | class ProphecyComparatorSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Doubler\ClassPatch; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class HhvmExceptionPatchSpec extends ObjectBehavior |
9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Doubler\ClassPatch; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Prophecy\Doubler\Generator\Node\MethodNode; |
8 | 7 | |
9 | 8 | class KeywordPatchSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Doubler\ClassPatch; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Prophecy\Doubler\Generator\Node\MethodNode; |
8 | 7 | |
9 | 8 | class MagicCallPatchSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Prophecy\Doubler\ClassPatch; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | |
8 | 7 | class ReflectionClassNewInstancePatchSpec extends ObjectBehavior |
9 | 8 | { |