Skip to content

Commit 4197064

Browse files
committed
wip
1 parent c8b8fa3 commit 4197064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scoper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
return [
1414
'prefix' => 'Behastan' . $timestamp,
1515
'exclude-namespaces' => ['#^Rector\\\\Behastan#', '#^Webmozart\\\\#'],
16-
'patches' => [
16+
'patchers' => [
1717
// unprefix "Behat\Step" string names
1818
function (string $filePath, string $prefix, string $contents): string {
1919
return str_replace($prefix . '\\Behat\\Step', 'Behat\\Step', $contents);

0 commit comments

Comments
 (0)