Skip to content

Commit 100a3fc

Browse files
committed
cs
1 parent 13a8d0f commit 100a3fc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scoper.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88
$timestamp = $nowDateTime->format('Ym');
99

1010
// @see https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md
11-
use Nette\Utils\Strings;
1211

1312
// see https://github.com/humbug/php-scoper
1413
return [
1514
'prefix' => 'Jack' . $timestamp,
1615
'expose-constants' => ['#^SYMFONY\_[\p{L}_]+$#'],
17-
'exclude-namespaces' => [
18-
'#^Rector\\\\Jack#',
19-
'#^Symfony\\\\Polyfill#',
20-
'#^PHPUnit\\\\',
21-
],
16+
'exclude-namespaces' => ['#^Rector\\\\Jack#', '#^Symfony\\\\Polyfill#', '#^PHPUnit\\\\'],
2217
'exclude-files' => [
2318
// do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
2419
// these paths are relative to this file location, so it should be in the root directory

0 commit comments

Comments
 (0)