Completed
Pull Request — master (#155)
by
unknown
21:15
created
Tests/Functional/Settings/SettingsManagerTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
      *
162 162
      * @param string $name
163 163
      * @param string $type
164
-     * @param mixed  $value
164
+     * @param string  $value
165 165
      * @param string $profile
166 166
      *
167 167
      * @return Setting
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
17 17
 use ONGR\ElasticsearchBundle\Service\Manager;
18 18
 use ONGR\ElasticsearchDSL\Query\MatchAllQuery;
19
-use Symfony\Component\Translation\TranslatorInterface;
20 19
 use Symfony\Component\DependencyInjection\ContainerInterface;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
Twig/EncryptionExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public function getFilters()
27 27
     {
28 28
         return [
29
-            'base64Encode' => new \Twig_SimpleFilter('base64Encode', [$this,'base64EncodeFilter'])
29
+            'base64Encode' => new \Twig_SimpleFilter('base64Encode', [$this, 'base64EncodeFilter'])
30 30
         ];
31 31
     }
32 32
 
Please login to merge, or discard this patch.