@@ -132,7 +132,7 @@ |
||
| 132 | 132 | if (is_string($data) && !preg_match('//u', $data)) { |
| 133 | 133 | $data = preg_replace_callback( |
| 134 | 134 | '/[\x80-\xFF]+/', |
| 135 | - function ($m) { |
|
| 135 | + function($m) { |
|
| 136 | 136 | return utf8_encode($m[0]); |
| 137 | 137 | }, |
| 138 | 138 | $data |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | throw new \InvalidArgumentException('Path does not exist: '.$path); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - $this->path = $realpath . '/'; |
|
| 33 | + $this->path = $realpath.'/'; |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | public function hasTags(): bool |