Skip to content

Commit

Permalink
scope
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 12, 2024
1 parent 8b28385 commit 741bf92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

// see https://github.com/humbug/php-scoper
return [
'prefix' => 'EasyCI' . $timestamp,
'prefix' => 'SwissKnife' . $timestamp,
'expose-constants' => ['#^SYMFONY\_[\p{L}_]+$#'],
'exclude-namespaces' => ['#^Symplify\\\\EasyCI#', '#^Symfony\\\\Polyfill#'],
'exclude-namespaces' => ['#^Rector\\\\SwissKnife#', '#^Symfony\\\\Polyfill#'],
'exclude-files' => [
// do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
// these paths are relative to this file location, so it should be in the root directory
Expand Down

0 comments on commit 741bf92

Please sign in to comment.