@@ -51,7 +51,7 @@ |
||
51 | 51 | $matches = $this->getMatchesFromPattern($pattern, $this->source()); |
52 | 52 | $condition = $matches[0][0]; |
53 | 53 | |
54 | - return str_replace($condition, "", $this->source()); |
|
54 | + return str_replace($condition, "", $this->source()); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | } |