File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
composer-min-open-end-version Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- \PHPStan \Testing \assertType ('int<80100, 80499 > ' , PHP_VERSION_ID );
3
+ \PHPStan \Testing \assertType ('int<80100, 80599 > ' , PHP_VERSION_ID );
4
4
\PHPStan \Testing \assertType ('8 ' , PHP_MAJOR_VERSION );
5
5
\PHPStan \Testing \assertType ('int<1, 4> ' , PHP_MINOR_VERSION );
6
6
\PHPStan \Testing \assertType ('int<0, max> ' , PHP_RELEASE_VERSION );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- \PHPStan \Testing \assertType ('int<80100, 80499 > ' , PHP_VERSION_ID );
3
+ \PHPStan \Testing \assertType ('int<80100, 80599 > ' , PHP_VERSION_ID );
4
4
\PHPStan \Testing \assertType ('8 ' , PHP_MAJOR_VERSION );
5
5
\PHPStan \Testing \assertType ('int<1, 4> ' , PHP_MINOR_VERSION );
6
6
\PHPStan \Testing \assertType ('int<0, max> ' , PHP_RELEASE_VERSION );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- \PHPStan \Testing \assertType ('int<50207, 80499 > ' , PHP_VERSION_ID );
3
+ \PHPStan \Testing \assertType ('int<50207, 80599 > ' , PHP_VERSION_ID );
4
4
\PHPStan \Testing \assertType ('int<5, 8> ' , PHP_MAJOR_VERSION );
5
5
\PHPStan \Testing \assertType ('int<0, max> ' , PHP_MINOR_VERSION );
6
6
\PHPStan \Testing \assertType ('int<0, max> ' , PHP_RELEASE_VERSION );
You can’t perform that action at this time.
0 commit comments