We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9a45 commit 8e528d2Copy full SHA for 8e528d2
src/VerbalExpressions/PHPVerbalExpressions/VerbalExpressions.php
@@ -491,12 +491,12 @@ public function clean(array $options = array())
491
{
492
$options = array_merge(
493
array(
494
- 'prefixes' => '',
495
- 'source' => '',
496
- 'suffixes' => '',
497
- 'modifiers' => 'gm',
+ 'prefixes' => '',
+ 'source' => '',
+ 'suffixes' => '',
+ 'modifiers' => 'gm',
498
'replaceLimit' => '1'
499
- ),
+ ),
500
$options
501
);
502
$this->prefixes = $options['prefixes'];
0 commit comments