@@ -411,8 +411,7 @@ |
||
| 411 | 411 | protected function unquote(string $str): string |
| 412 | 412 | { |
| 413 | 413 | return $this->isQuotedString($str) ? |
| 414 | - trim($str, '\'"') : |
|
| 415 | - $str; |
|
| 414 | + trim($str, '\'"') : $str; |
|
| 416 | 415 | } |
| 417 | 416 | |
| 418 | 417 | /** |