@@ -300,7 +300,7 @@ |
||
| 300 | 300 | */ |
| 301 | 301 | protected function sanitizeIdentifier($identifier) |
| 302 | 302 | { |
| 303 | - return (string)preg_replace('([^a-zA-Z0-9_\x7f-\xff])', '_', $identifier); |
|
| 303 | + return (string) preg_replace('([^a-zA-Z0-9_\x7f-\xff])', '_', $identifier); |
|
| 304 | 304 | } |
| 305 | 305 | |
| 306 | 306 | /** |