We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b5104 commit 2f467b3Copy full SHA for 2f467b3
src/BeforeValidException.php
@@ -5,5 +5,5 @@
5
class BeforeValidException extends \UnexpectedValueException
6
{
7
public const NBF_PRIOR_TO_DATE = 1;
8
- const IAT_PRIOR_TO_DATE = 2;
+ public const IAT_PRIOR_TO_DATE = 2;
9
}
0 commit comments