You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initialized php-scoper on a new project (with the default scoper.inc.php ) and noticed that after the add-prefix command is finished, every single file which was prefixed in the process is reverted to it's initial state (not prefixed).
I noticed that in the default scoper.inc.php, every file inside the directory of .inc file is added to the list of excluded-files recursively.
The text was updated successfully, but these errors were encountered:
theofidry
added a commit
to theofidry/php-scoper
that referenced
this issue
Mar 8, 2024
HI,
I initialized php-scoper on a new project (with the default
scoper.inc.php
) and noticed that after theadd-prefix
command is finished, every single file which was prefixed in the process is reverted to it's initial state (not prefixed).I noticed that in the default
scoper.inc.php
, every file inside the directory of .inc file is added to the list ofexcluded-files
recursively.The text was updated successfully, but these errors were encountered: