Passed
Push — dev ( ed7778...74f33c )
by Marcin
07:01
created
src/Converters/JsonSerializableConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,6 @@
 block discarded – undo
43 43
 			$encoded = '';
44 44
 		}
45 45
 
46
-		return [$config[ RB::KEY_KEY ] => \json_decode($encoded, true)];
46
+		return [$config[RB::KEY_KEY] => \json_decode($encoded, true)];
47 47
 	}
48 48
 }
Please login to merge, or discard this patch.