@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace My\Example; |
| 4 | 4 | |
| 5 | -use Mockery as m; |
|
| 6 | 5 | use phpDocumentor\Reflection\Types; |
| 7 | 6 | |
| 8 | 7 | class Classy |
@@ -145,6 +145,9 @@ |
||
| 145 | 145 | public $errors; |
| 146 | 146 | public $value = null; |
| 147 | 147 | |
| 148 | + /** |
|
| 149 | + * @param string $value |
|
| 150 | + */ |
|
| 148 | 151 | public function __construct($value) |
| 149 | 152 | { |
| 150 | 153 | $this->value = $value; |
@@ -77,6 +77,9 @@ |
||
| 77 | 77 | public $errors; |
| 78 | 78 | public $value = null; |
| 79 | 79 | |
| 80 | + /** |
|
| 81 | + * @param string $value |
|
| 82 | + */ |
|
| 80 | 83 | public function __construct($value) |
| 81 | 84 | { |
| 82 | 85 | $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 | use Prophecy\Doubler\Generator\Node\ClassNode; |
| 8 | 7 | use Prophecy\Doubler\Generator\Node\MethodNode; |
| 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\ClassNode; |
| 8 | 7 | use Prophecy\Doubler\Generator\Node\MethodNode; |
| 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\ClassNode; |
| 8 | 7 | use Prophecy\Doubler\Generator\Node\MethodNode; |
| 9 | 8 | |