Skip to content

Commit 0757913

Browse files
committed
fixup! kick off
1 parent bc30216 commit 0757913

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scoper.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
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' => 'Behastan' . $timestamp,
1615
'expose-constants' => ['#^SYMFONY\_[\p{L}_]+$#'],
1716
'exclude-classes' => [\Symfony\Component\Finder\SplFileInfo::class],
18-
'exclude-namespaces' => [
19-
'#^Behastan\\\\#',
20-
'#^Symfony\\\\Polyfill#'
21-
],
17+
'exclude-namespaces' => ['#^Behastan\\\\#', '#^Symfony\\\\Polyfill#'],
2218
'exclude-files' => [
2319
// do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
2420
// these paths are relative to this file location, so it should be in the root directory

0 commit comments

Comments
 (0)