File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Downloads] ( https://img.shields.io/packagist/dt/olvlvl/composer-attribute-collector.svg )] ( https://packagist.org/packages/olvlvl/composer-attribute-collector )
7
7
8
8
composer-attribute-collector is a plugin for [ Composer] [ ] . Its ambition is to provide a convenient
9
- way—and near zero- cost—to retrieve targets of PHP 8 attributes. After the autoloader has been
9
+ way—and near zero cost—to retrieve targets of PHP 8 attributes. After the autoloader has been
10
10
dumped, the plugin collects attribute targets and generates a static file. Later, these targets can
11
- be retrieved through a convenient interface, without involving reflection. The plugin is useful when
12
- you need to _ discover_ attribute targets in a codebase—for known targets you can use reflection.
11
+ be retrieved through a convenient interface, without reflection. The plugin is useful when you need
12
+ to _ discover_ attribute targets in a codebase—for known targets you can use reflection.
13
13
14
14
15
15
@@ -154,7 +154,7 @@ replaced with the path to the vendor folder.
154
154
155
155
### Excluding paths or files ([ root-only] [ ] )
156
156
157
- Use the ` exclude ` property to excluded paths or files from inspection. This is handy when files
157
+ Use the ` exclude ` property to exclude paths or files from inspection. This is handy when files
158
158
cause issues or have side effects.
159
159
160
160
The specified paths are relative to the ` composer.json ` file, and the ` {vendor} ` placeholder is
You can’t perform that action at this time.
0 commit comments