Skip to content

Commit

Permalink
chore: READMEにConfigの変更を反映する
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokinoue committed Feb 27, 2024
1 parent 670fa13 commit 98dbde4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Add a `config.php`, `config.php.dist` or `config.dist.php` to the directory from
<?php declare(strict_types=1);
return $config = [
'memoryLimit' => '1024M',
'maxDepth' => 5,
// Specify a part of a namespace to exclude classes from the analysis.
// For example, when dependencies of third-party packages are not wanted to be analyzed.
// Classes starting with the given namespace will not be analyzed and classes they depend on will not.
Expand All @@ -42,6 +43,9 @@ return $config = [
// Classes starting with the given namespace will not be analyzed.
'excludeFromAnalysis' => [
'Foo\Bar\\',
// Specify the relative path from the directory where the application is executed.
'excludeFilePath' => [
'',
],
];
```
Expand Down

0 comments on commit 98dbde4

Please sign in to comment.