Skip to content

Commit 6f238b6

Browse files
committed
wip
1 parent dd8c3ea commit 6f238b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scoper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
// see https://github.com/humbug/php-scoper
1313
return [
1414
'prefix' => 'Jack' . $timestamp,
15-
'exclude-namespaces' => [
16-
'#^Rector\\\\Behastan#', '#^Webmozart\\\\#'
17-
],
15+
'exclude-namespaces' => ['#^Rector\\\\Behastan#', '#^Webmozart\\\\#'],
1816
];

0 commit comments

Comments
 (0)