[Doc] Typo fix; autoimportNames -> importNames (#2086)

This commit is contained in:
Abdul Malik Ikhsan 2022-04-17 13:06:33 +07:00 committed by GitHub
parent 46d2c00038
commit b8d0606305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Rector works with all class names as fully qualified by default, so it knows the
To import FQN like these, configure `rector.php` with:
```php
$rectorConfig->autoImportNames();
$rectorConfig->importNames();
```
<br>