Skip to content

Commit

Permalink
Refactor LaravelSetList in rector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Oct 21, 2024
1 parent 54b0c10 commit 600418b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
LaravelSetList::LARAVEL_ELOQUENT_MAGIC_METHOD_TO_QUERY_BUILDER,
LaravelSetList::LARAVEL_CONTAINER_STRING_TO_FULLY_QUALIFIED_NAME,
LaravelSetList::LARAVEL_ARRAYACCESS_TO_METHOD_CALL,
])->withImportNames();
LaravelSetList::LARAVEL_COLLECTION,
])
->withImportNames(importDocBlockNames: false);

0 comments on commit 600418b

Please sign in to comment.