Skip to content

Commit 9b47e15

Browse files
authored
JetBrains refactored mark as plain text (#205)
it is no longer "mark as plain text". It is "Override file type" instead
1 parent b823f1b commit 9b47e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/ide-autocompletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ConsoleApplication extends yii\console\Application
6060
In the above PHPDoc of `BaseApplication`, `WebApplication`, `ConsoleApplication` will be used by IDE to autocomplete your custom components described via `@property`.
6161

6262
> **Note**: To avoid "Multiple Implementations" PHPStorm warning and make autocomplete faster
63-
> exclude or "Mark as Plain Text" `vendor/yiisoft/yii2/Yii.php` file.
63+
> exclude or "Mark as Plain Text" `vendor/yiisoft/yii2/Yii.php` file. On recent versions of PHPStorm this options has been renamed to "Override file type".
6464
6565
That's it. Now `Yii::$app->user` will be our `\app\components\User` component instead of default one. The same applies for all other `@property`-declared components.
6666

0 commit comments

Comments
 (0)