Skip to content

Commit 7f8cc22

Browse files
author
William Knauss
committed
Moved bracket
1 parent 2527813 commit 7f8cc22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VerbalExpressions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ public function anything()
171171
* @param string $value The unaccepted chars
172172
* @return VerEx
173173
*/
174-
public function anythingBut( $value ) {
174+
public function anythingBut( $value )
175+
{
175176
$this->add("([^". $this->sanitize($value) ."]*)");
176177
return $this;
177178
}

0 commit comments

Comments
 (0)