We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
1 parent c253a39 commit 91dece2Copy full SHA for 91dece2
Makefile
@@ -3,7 +3,6 @@
3
build: cs tests phpstan
4
5
tests: install-paratest
6
- rm vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
7
XDEBUG_MODE=off php tests/vendor/bin/paratest --runner WrapperRunner --no-coverage
8
9
tests-integration: install-paratest
composer.json
@@ -233,6 +233,11 @@
233
],
234
"minimum-stability": "dev",
235
"prefer-stable": true,
236
+ "scripts": {
237
+ "post-install-cmd": [
238
+ "rm vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php"
239
+ ]
240
+ },
241
"bin": [
242
"bin/phpstan"
243
]
0 commit comments