Skip to content

Commit 645c65b

Browse files
committed
Support older versions of PHP
1 parent 015f874 commit 645c65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sensors/ExceptionSensor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
final class ExceptionSensor
3838
{
39-
private const int VERSION = 3;
39+
private const VERSION = 3;
4040

4141
/**
4242
* @var array<string, SplFileObject|null>

0 commit comments

Comments
 (0)