Skip to content

Commit 32e14ec

Browse files
committed
Automatically detect global variable types
1 parent d40d67e commit 32e14ec

31 files changed

+682
-4550
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/vendor/
2-
.composer.lock
2+
.php-cs-fixer.cache
3+
.phpunit.result.cache
4+
composer.lock

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
],
88
"require": {
99
"php": ">=7.4",
10-
"phpstan/phpstan": "^2.1"
10+
"phpstan/phpstan": "^2.1",
11+
"symfony/polyfill-php80": "^1.32"
1112
},
1213
"require-dev": {
1314
"friendsofphp/php-cs-fixer": "^3.76",

0 commit comments

Comments
 (0)