Skip to content

Commit

Permalink
[Scoped] Register src/functions functions list to scoper config (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 20, 2022
1 parent e22941a commit 87b3dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'Symplify\SmartFileSystem\SmartFileInfo',
'Symplify\ComposerJsonManipulator\ValueObject\ComposerJson',
],
'expose-functions' => ['u', 'b', 's', 'trigger_deprecation'],
'expose-functions' => ['u', 'b', 's', 'trigger_deprecation', 'dump_with_depth', 'dn', 'dump_node', 'print_node'],
'expose-constants' => ['__RECTOR_RUNNING__', '#^SYMFONY\_[\p{L}_]+$#'],

'patchers' => [
Expand Down

0 comments on commit 87b3dad

Please sign in to comment.