Passed
Push — develop ( 2464a5...909ea9 )
by BENARD
06:29
created
src/Admin/ProofAdmin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
                 'label' => 'label.player'
166 166
             ])
167 167
             ->add('player.pseudo', null, ['label' => 'label.pseudo'])
168
-            ->add('chart.group.game.platforms',  ModelFilter::class, [
168
+            ->add('chart.group.game.platforms', ModelFilter::class, [
169 169
                 'field_type' => ModelAutocompleteType::class,
170 170
                 'field_options' => ['property' => 'libPlatform'],
171 171
                 'label' => 'label.platform'
Please login to merge, or discard this patch.