Skip to content

Commit ec4d2bd

Browse files
committed
Update include path documentation to correct example and clarify glob usage
1 parent aac5c9a commit ec4d2bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

typephp.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
| More specific patterns take precedence over broader rules.
9696
| You can specify directory globs (e.g. 'src/**'), single vendor packages
9797
| (e.g. 'vendor/my-org/my-package/**'), or single specific files
98-
| (e.g. 'vendor/monolog/monolog/src/Monolog/Logger.php').
98+
| (vendor/monologvendor/monolog/monolog/src/Monolog/Logger.php').
99+
| You can use "*" glob to match any file.
99100
*/
100101
'include' => [
101102
'src/**',

0 commit comments

Comments
 (0)