Skip to content

Commit

Permalink
Merge pull request #53 from cgarciagarcia/feature/rector-0.19.2
Browse files Browse the repository at this point in the history
 chore(deps): upgrade rector dependency to 0.19.2 #52
  • Loading branch information
owenvoke authored Jan 22, 2024
2 parents a3c6b0b + 38479e0 commit efd1338
Show file tree
Hide file tree
Showing 2 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 @@ -10,7 +10,7 @@
"larastan/larastan": "^2.7",
"phpstan/phpstan": "^1.10.47",
"phpstan/phpstan-mockery": "^1.1.1",
"rector/rector": "^0.18.12",
"rector/rector": "^0.19.02",
"slevomat/coding-standard": "^8.14.1",
"spaze/phpstan-disallowed-calls": "^2.16",
"symplify/easy-coding-standard": "^12.0.12",
Expand Down
4 changes: 2 additions & 2 deletions src/Rector/Generic/DisallowedAttributesRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use PhpParser\Node;
use PhpParser\NodeTraverser;
use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Core\Rector\AbstractRector;
use Rector\Contract\Rector\ConfigurableRectorInterface;
use Rector\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;

Expand Down

0 comments on commit efd1338

Please sign in to comment.