@@ -27,6 +27,11 @@ |
||
27 | 27 | private $constraints; |
28 | 28 | |
29 | 29 | // @codingStandardsIgnoreStart Compliance with beberlei/assert's invalid argument exception |
30 | + |
|
31 | + /** |
|
32 | + * @param string $message |
|
33 | + * @param integer $code |
|
34 | + */ |
|
30 | 35 | public function __construct($message, $code, $propertyPath = null, $value, array $constraints = array()) |
31 | 36 | { |
32 | 37 | parent::__construct($message, $code); |