Skip to content

Commit 579e231

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): update friendsofphp/php-cs-fixer requirement in /tools
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.88.0...v3.89.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.89.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent fdced3a commit 579e231

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ phpstan: ## Execute PHPStan for given PHP version
5858
@$(call run-php,composer phpstan -- $(filter-out $@,$(MAKECMDGOALS)))
5959

6060
ci: ## Execute CI scripts for given PHP version
61+
$(MAKE) build-php
62+
$(MAKE) install
6163
@$(call run-php,composer ci -- $(filter-out $@,$(MAKECMDGOALS)))
6264

6365
generate-css-referentials: ## Generate referentials for given PHP version

src/CssLint/Tokenizer/Parser/PropertyParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private function updatePropertyToken(TokenizerContext $tokenizerContext, Propert
113113
}
114114

115115
$parts = array_map(
116-
'trim',
116+
trim(...),
117117
explode(
118118
self::$PROPERTY_SEPARATOR,
119119
$currentContent,

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"friendsofphp/php-cs-fixer": "^3.88",
3+
"friendsofphp/php-cs-fixer": "^3.89",
44
"phpstan/extension-installer": "^1.4",
55
"phpstan/phpstan": "^2.1",
66
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)