You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ app(App\SomeClass::class);
396
396
> Note: When you receive a FatalException: class not found, check your config
397
397
> (for example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it).
398
398
399
-
You can change the generated filename via the config `meta_filename`. This can be useful for cases you want to take advantage of the PhpStorm also supports the _directory_`.phpstorm.meta.php/` which would parse any file places there, should you want to provide additional files to PhpStorm.
399
+
You can change the generated filename via the config `meta_filename`. This can be useful for cases where you want to take advantage of PhpStorm's support of the _directory_`.phpstorm.meta.php/`: all files placed there are parsed, should you want to provide additional files to PhpStorm.
0 commit comments