Skip to content

Commit

Permalink
lock php-cs-fixer to 3.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 6, 2024
1 parent 4003568 commit d8549d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.17.1||^3.64",
"friendsofphp/php-cs-fixer": "~2.17.1||3.63.2",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/ContextStackTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function popContext()
$this->elementMap,
$this->contextUri,
$this->namespaceMap,
$this->classMap,
$this->classMap
) = array_pop($this->contextStack);
}
}
2 changes: 1 addition & 1 deletion lib/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function writeAttribute($name, $value): bool

list(
$namespace,
$localName,
$localName
) = Service::parseClarkNotation($name);

if (array_key_exists($namespace, $this->namespaceMap)) {
Expand Down

0 comments on commit d8549d8

Please sign in to comment.