Skip to content

Commit bb7ae65

Browse files
Remove superfluous code
1 parent 4a171f5 commit bb7ae65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Target/ValidationResult.php

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ public static function failure(string $message): ValidationFailure
2929
return new ValidationFailure($message);
3030
}
3131

32-
protected function __construct()
33-
{
34-
}
35-
3632
/**
3733
* @phpstan-assert-if-true ValidationSuccess $this
3834
*/

0 commit comments

Comments
 (0)