Completed
Push — custom-email-per-channel ( 3e318e...93e39e )
by Kamil
06:06
created
src/Sylius/Bundle/UiBundle/Twig/TestFormAttributeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
                 'sylius_test_form_attribute',
37 37
                 function (string $name, ?string $value = null): array {
38 38
                     if (strpos($this->env, 'test') === 0) {
39
-                        return ['attr' => ['data-test-'.$name => (string) $value]];
39
+                        return ['attr' => ['data-test-' . $name => (string) $value]];
40 40
                     }
41 41
 
42 42
                     return [];
Please login to merge, or discard this patch.