Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 12, 2021
1 parent 566e171 commit 11c5397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ function (string $filePath, string $prefix, string $content): string {
// see https://regex101.com/r/v8zRMm/1
return Strings::replace(
$content, '
#' . $prefix . '\\\\PHPUnit\\\\Framework\\\\ExpectationFailedException',
#',
#' . $prefix . '\\\\PHPUnit\\\\Framework\\\\ExpectationFailedException#',
'PHPUnit\Framework\ExpectationFailedException'
);
},
Expand Down

0 comments on commit 11c5397

Please sign in to comment.