We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b8fa3 commit 4197064Copy full SHA for 4197064
scoper.php
@@ -13,7 +13,7 @@
13
return [
14
'prefix' => 'Behastan' . $timestamp,
15
'exclude-namespaces' => ['#^Rector\\\\Behastan#', '#^Webmozart\\\\#'],
16
- 'patches' => [
+ 'patchers' => [
17
// unprefix "Behat\Step" string names
18
function (string $filePath, string $prefix, string $contents): string {
19
return str_replace($prefix . '\\Behat\\Step', 'Behat\\Step', $contents);
0 commit comments