Skip to content

Commit e740af7

Browse files
committed
Update README
1 parent a008e27 commit e740af7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
[![Downloads](https://img.shields.io/packagist/dt/olvlvl/composer-attribute-collector.svg)](https://packagist.org/packages/olvlvl/composer-attribute-collector)
77

88
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
1010
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.
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
158158
cause issues or have side effects.
159159

160160
The specified paths are relative to the `composer.json` file, and the `{vendor}` placeholder is

0 commit comments

Comments
 (0)