Skip to content

Commit fb22c6e

Browse files
committed
wip
1 parent 14d0101 commit fb22c6e

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
@@ -16,11 +16,7 @@
1616
'patches' => [
1717
// unprefix "Behat\Step" string names
1818
function (string $filePath, string $prefix, string $contents): string {
19-
return str_replace(
20-
$prefix . '\\Behat\\Step',
21-
'Behat\\Step',
22-
$contents
23-
);
19+
return str_replace($prefix . '\\Behat\\Step', 'Behat\\Step', $contents);
2420
},
2521
],
2622
];

0 commit comments

Comments
 (0)