@@ -54,7 +54,7 @@ |
||
| 54 | 54 | public function parse(string $source, SourceInput $input): string |
| 55 | 55 | { |
| 56 | 56 | if (!$this->sourceAllowed()) { |
| 57 | - return $source; |
|
| 57 | + return $source; |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | if ($this->hasMatches($source)) { |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function parse() |
| 39 | 39 | { |
| 40 | 40 | if ($this->responseQueueItem()->getCommand() === '-') { |
| 41 | - return $this->source(); |
|
| 41 | + return $this->source(); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | return false; |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | if ($this->hasMatches($source)) { |
| 61 | 61 | $parsed = $this->secureSource($source, "set"); |
| 62 | - // $parsed = explode('=', $parsed['response']); |
|
| 62 | + // $parsed = explode('=', $parsed['response']); |
|
| 63 | 63 | |
| 64 | 64 | $matches = $this->getMatches($source); |
| 65 | 65 | |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | */ |
| 143 | 143 | public function parse(): string |
| 144 | 144 | { |
| 145 | - // $this->reset(); |
|
| 145 | + // $this->reset(); |
|
| 146 | 146 | |
| 147 | 147 | $this->changesTopic = false; |
| 148 | 148 | |