Skip to content

Commit

Permalink
[Config] Increase default nested chain method call limit to 120 (#3491)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 19, 2023
1 parent 4abcd4c commit 13a25fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
$rectorConfig->indent(' ', 4);

$rectorConfig->fileExtensions(['php']);
$rectorConfig->nestedChainMethodCallLimit(60);
$rectorConfig->nestedChainMethodCallLimit(120);

$rectorConfig->cacheDirectory(sys_get_temp_dir() . '/rector_cached_files');

Expand Down

0 comments on commit 13a25fe

Please sign in to comment.