Skip to content

Commit

Permalink
Improve docs on auto import short classes (#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvanveen committed Oct 13, 2022
1 parent 84a720b commit 1bf1547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/target-repository/docs/auto_import_names.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Single short classes are imported too:
Do you want to keep those?

```php
$parameters->set(Option::IMPORT_SHORT_CLASSES, false);
$rectorConfig->importShortClasses(false);
```

<br>
Expand Down

0 comments on commit 1bf1547

Please sign in to comment.