Skip to content

Commit 133a3c8

Browse files
Update README.md
1 parent 0e9024c commit 133a3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $annotation->resource(...); // Add a class/function string, class file, or direc
4646
$listeners = $annotation->load(); // Compile once, then load cached ...
4747

4848
// To use a collector you implemented into your instance of `Biurad\Annotations\ListenerInterface`
49-
foreach ($$listeners as $collector) {
49+
foreach ($listeners as $collector) {
5050
// You can fetch the required $collector from here.
5151
}
5252
```

0 commit comments

Comments
 (0)