@@ -9,7 +9,7 @@ |
||
| 9 | 9 | |
| 10 | 10 | abstract class Common |
| 11 | 11 | { |
| 12 | - private const PSR16_RESERVED_CHARACTERS = ['{','}','(',')','/','@',':']; |
|
| 12 | + private const PSR16_RESERVED_CHARACTERS = ['{', '}', '(', ')', '/', '@', ':']; |
|
| 13 | 13 | |
| 14 | 14 | protected function checkReservedCharacters($key) : void |
| 15 | 15 | { |