@@ -110,7 +110,7 @@ |
||
| 110 | 110 | public function testCustom() |
| 111 | 111 | { |
| 112 | 112 | $this |
| 113 | - ->given($criteria = Criteria::custom(function () { |
|
| 113 | + ->given($criteria = Criteria::custom(function() { |
|
| 114 | 114 | |
| 115 | 115 | })) |
| 116 | 116 | ->then() |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $this |
| 45 | 45 | ->given($specificationMock = $this->newDefaultMockTestedInstance()) |
| 46 | 46 | ->given($specification = $this->newRandomSpecification()) |
| 47 | - ->exception(function () use ($specificationMock, $specification) { |
|
| 47 | + ->exception(function() use ($specificationMock, $specification) { |
|
| 48 | 48 | $specificationMock->foo($specification); |
| 49 | 49 | }) |
| 50 | 50 | ->isInstanceOf(\BadMethodCallException::class) |
@@ -274,7 +274,7 @@ |
||
| 274 | 274 | /** |
| 275 | 275 | * @param SelectorInterface|mixed $value |
| 276 | 276 | * |
| 277 | - * @return \Cubiche\Core\Specification\SelectorInterface |
|
| 277 | + * @return SelectorInterface |
|
| 278 | 278 | */ |
| 279 | 279 | protected function createSelector($value) |
| 280 | 280 | { |