Skip to content

Commit 55af3f6

Browse files
authored
Merge pull request #1042 from WyriHaximus/renovate/wyrihaximus-makefiles-0.x
Update dependency wyrihaximus/makefiles to ^0.4.3
2 parents 1da4313 + fa54c89 commit 55af3f6

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ else
2626
-v "`pwd`:`pwd`" \
2727
-v "${COMPOSER_CACHE_DIR}:${COMPOSER_CONTAINER_CACHE_DIR}" \
2828
-w "`pwd`" \
29+
-e OTEL_PHP_FIBERS_ENABLED="true" \
2930
"${CONTAINER_NAME}"
3031
endif
3132

@@ -45,10 +46,10 @@ rector-upgrade: ## Upgrade any automatically upgradable old code ###
4546
$(DOCKER_RUN) vendor/bin/rector -c ./etc/qa/rector.php
4647

4748
cs-fix: ## Fix any automatically fixable code style issues ###
48-
$(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml -vvvv
49+
$(DOCKER_RUN) vendor/bin/phpcbf --parallel=1 --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=1 --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml || $(DOCKER_RUN) vendor/bin/phpcbf --parallel=1 --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml -vvvv
4950

5051
cs: ## Check the code for code style issues ##*LCH*##
51-
$(DOCKER_RUN) vendor/bin/phpcs --parallel=$(THREADS) --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml
52+
$(DOCKER_RUN) vendor/bin/phpcs --parallel=1 --cache=./var/.phpcs.cache.json --standard=./etc/qa/phpcs.xml
5253

5354
stan: ## Run static analysis (PHPStan) ##*LCH*##
5455
$(DOCKER_RUN) vendor/bin/phpstan analyse etc src tests --level max --ansi -c ./etc/qa/phpstan.neon

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"wyrihaximus/phpstan-rules-wrapper": "^10.15.0"
3030
},
3131
"require-dev": {
32-
"wyrihaximus/makefiles": "^0.4.2"
32+
"wyrihaximus/makefiles": "^0.4.3"
3333
},
3434
"conflict": {
3535
"composer/pcre": "<3.3.2",

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)