Passed
Pull Request — master (#54)
by Jeroen De
17:16 queued 15:47
created
src/ValueValidators/Error.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
 		return new self( $text, self::SEVERITY_ERROR, $property, $code, $params );
25 25
 	}
26 26
 
27
+	/**
28
+	 * @param null|string $property
29
+	 */
27 30
 	protected function __construct( string $text, int $severity, ?string $property, string $code, array $params ) {
28 31
 		$this->text = $text;
29 32
 		$this->severity = $severity;
Please login to merge, or discard this patch.