Skip to content

Commit

Permalink
bump symplify version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 27, 2021
1 parent 7caad6d commit 59aded9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"symfony/http-kernel": "^5.3.7",
"symfony/process": "^5.3.7",
"symfony/yaml": "^5.3.6",
"symplify/astral": "^9.4.60",
"symplify/autowire-array-parameter": "^9.4.60",
"symplify/composer-json-manipulator": "^9.4.60",
"symplify/console-color-diff": "^9.4.60",
"symplify/package-builder": "^9.4.60",
"symplify/rule-doc-generator-contracts": "^9.4.60",
"symplify/simple-php-doc-parser": "^9.4.60",
"symplify/skipper": "^9.4.60",
"symplify/smart-file-system": "^9.4.60",
"symplify/symfony-php-config": "^9.4.60",
"symplify/astral": "^9.4.65",
"symplify/autowire-array-parameter": "^9.4.65",
"symplify/composer-json-manipulator": "^9.4.65",
"symplify/console-color-diff": "^9.4.65",
"symplify/package-builder": "^9.4.65",
"symplify/rule-doc-generator-contracts": "^9.4.65",
"symplify/simple-php-doc-parser": "^9.4.65",
"symplify/skipper": "^9.4.65",
"symplify/smart-file-system": "^9.4.65",
"symplify/symfony-php-config": "^9.4.65",
"tracy/tracy": "^2.8",
"webmozart/assert": "^1.10"
},
Expand All @@ -59,14 +59,14 @@
"rector/phpstan-rules": "^0.3.5",
"rector/rector-generator": "^0.3",
"spatie/enum": "^3.9",
"symplify/coding-standard": "^9.4.60",
"symplify/easy-ci": "^9.4.60",
"symplify/easy-coding-standard": "^9.4.60",
"symplify/easy-testing": "^9.4.60",
"symplify/monorepo-builder": "^9.4.60",
"symplify/phpstan-extensions": "^9.4.60",
"symplify/phpstan-rules": "^9.4.60",
"symplify/rule-doc-generator": "^9.4.60",
"symplify/coding-standard": "^9.4.65",
"symplify/easy-ci": "^9.4.65",
"symplify/easy-coding-standard": "^9.4.65",
"symplify/easy-testing": "^9.4.65",
"symplify/monorepo-builder": "^9.4.65",
"symplify/phpstan-extensions": "^9.4.65",
"symplify/phpstan-rules": "^9.4.65",
"symplify/rule-doc-generator": "^9.4.65",
"timeweb/phpstan-enum": "^2.3"
},
"replace": {
Expand Down
3 changes: 1 addition & 2 deletions rules/Renaming/Rector/Name/RenameClassRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ public function configure(array $configuration): void

private function shouldClassDocImported(
FunctionLike|Name|ClassLike|Expression|Namespace_|Property|FileWithoutNamespace $node
): bool
{
): bool {
$phpDocInfo = $this->phpDocInfoFactory->createFromNodeOrEmpty($node);
$varTagValueNode = $phpDocInfo->getVarTagValueNode();

Expand Down

0 comments on commit 59aded9

Please sign in to comment.