File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- \PHPStan \Testing \assertType ('int<50207 , 80300> ' , PHP_VERSION_ID );
4- \PHPStan \Testing \assertType ('int<5 , 8> ' , PHP_MAJOR_VERSION );
3+ \PHPStan \Testing \assertType ('int<70100 , 80300> ' , PHP_VERSION_ID );
4+ \PHPStan \Testing \assertType ('int<7 , 8> ' , PHP_MAJOR_VERSION );
55\PHPStan \Testing \assertType ('int<0, max> ' , PHP_MINOR_VERSION );
66\PHPStan \Testing \assertType ('int<0, max> ' , PHP_RELEASE_VERSION );
77
8- \PHPStan \Testing \assertType ('-1|0| 1 ' , version_compare (PHP_VERSION , '7.0.0 ' ));
9- \PHPStan \Testing \assertType ('bool ' , version_compare (PHP_VERSION , '7.0.0 ' , '< ' ));
10- \PHPStan \Testing \assertType ('bool ' , version_compare (PHP_VERSION , '7.0.0 ' , '> ' ));
8+ \PHPStan \Testing \assertType ('1 ' , version_compare (PHP_VERSION , '7.0.0 ' ));
9+ \PHPStan \Testing \assertType ('false ' , version_compare (PHP_VERSION , '7.0.0 ' , '< ' ));
10+ \PHPStan \Testing \assertType ('true ' , version_compare (PHP_VERSION , '7.0.0 ' , '> ' ));
You can’t perform that action at this time.
0 commit comments