Passed
Push — master ( 6a3b4a...6f7302 )
by Gerrit
03:04
created
Mapping/ChoiceMapping.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
             $choiceValue = $choiceMapping->resolveValue(
166 166
                 $context,
167 167
                 [] # <= I'm not sure how this parameter should be handled correctly in the future,
168
-                   #    but with the current supported features it *should* be irrelevant.
168
+                    #    but with the current supported features it *should* be irrelevant.
169 169
             );
170 170
 
171 171
             if ($choiceValue === $valueFromEntityField) {
Please login to merge, or discard this patch.