Skip to content

Commit

Permalink
Add example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Oct 8, 2023
1 parent 3065acb commit 51a0c0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/di.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@
},
FilesystemStreamCollector::class => [
'__construct()' => [
'ignoredPathPatterns' => [],
'ignoredPathPatterns' => [
/**
* Examples:
* - templates/
* - src/Directory/To/Ignore
*/
],
'ignoredClasses' => [
ClosureExporter::class,
UseStatementParser::class,
Expand Down

0 comments on commit 51a0c0e

Please sign in to comment.