Passed
Push — master ( 3a4561...96db1c )
by David
02:57
created
tests/Fixtures/Form/MediaLocalizeType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the TranslationFormBundle package.
Please login to merge, or discard this patch.
tests/Form/Type/TranslationsFormsTypeSimpleTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the TranslationFormBundle package.
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
         $mediasForm = $form->get('medias')->all();
46 46
         $mediasLocales = array_keys($mediasForm);
47
-        $mediasRequiredLocales = array_keys(array_filter($mediasForm, function ($form) {
47
+        $mediasRequiredLocales = array_keys(array_filter($mediasForm, function($form) {
48 48
             return $form->isRequired();
49 49
         }));
50 50
 
Please login to merge, or discard this patch.
tests/Locale/SimpleProviderTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the TranslationFormBundle package.
Please login to merge, or discard this patch.
tests/DependencyInjection/A2lixTranslationFormExtensionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the TranslationFormBundle package.
Please login to merge, or discard this patch.