Skip to content

Commit ffc5673

Browse files
Laravel: fixing phan target php version to 8.1 to match composer.json. (#434)
1 parent 6e48093 commit ffc5673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//
4343
// Note that the **only** effect of choosing `'5.6'` is to infer that functions removed in php 7.0 exist.
4444
// (See `backward_compatibility_checks` for additional options)
45-
'target_php_version' => '8.0',
45+
'target_php_version' => '8.1',
4646

4747
// If enabled, missing properties will be created when
4848
// they are first seen. If false, we'll report an

0 commit comments

Comments
 (0)