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 66[ ![ Downloads] ( https://img.shields.io/packagist/dt/olvlvl/composer-attribute-collector.svg )] ( https://packagist.org/packages/olvlvl/composer-attribute-collector )
77
88composer-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
1010dumped, 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.
1313
1414
1515
@@ -154,7 +154,7 @@ replaced with the path to the vendor folder.
154154
155155### Excluding paths or files ([ root-only] [ ] )
156156
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
158158cause issues or have side effects.
159159
160160The 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