@@ -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; |
@@ -84,6 +84,9 @@ |
||
84 | 84 | $this->assertEquals(128, $this->filter->getPriority()); |
85 | 85 | } |
86 | 86 | |
87 | + /** |
|
88 | + * @return \Symfony\Component\Validator\ConstraintViolationInterface |
|
89 | + */ |
|
87 | 90 | private function buildConstraintViolation() |
88 | 91 | { |
89 | 92 | return $this->getMockBuilder('Symfony\Component\Validator\ConstraintViolation') |