Skip to content

Commit a2d3bb7

Browse files
committed
Add public to const in BeforeValidException
1 parent 6d41ab7 commit a2d3bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BeforeValidException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
class BeforeValidException extends \UnexpectedValueException
66
{
77
public const NBF_PRIOR_TO_DATE = 1;
8-
const IAT_PRIOR_TO_DATE = 2;
8+
public const IAT_PRIOR_TO_DATE = 2;
99
}

0 commit comments

Comments
 (0)