@@ -305,6 +305,9 @@ |
||
305 | 305 | { |
306 | 306 | public $name; |
307 | 307 | |
308 | + /** |
|
309 | + * @param string $name |
|
310 | + */ |
|
308 | 311 | public function __construct($name) |
309 | 312 | { |
310 | 313 | $this->name = $name; |
@@ -60,6 +60,9 @@ |
||
60 | 60 | $this->assertEquals(128, $this->filter->getPriority()); |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @return \Symfony\Component\Validator\ConstraintViolationInterface |
|
65 | + */ |
|
63 | 66 | private function buildConstraintViolation() |
64 | 67 | { |
65 | 68 | return $this->getMockBuilder(ConstraintViolation::class) |