Test Setup Failed
Branch main (a4211c)
by Mehmet
10:15
created
Category
src/Common.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.