Completed
Push — develop ( dd754c...84407e )
by Novikov
06:13
created
Tests/Command/ExportCommandTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,6 +137,6 @@
 block discarded – undo
137 137
      */
138 138
     protected function getCommand()
139 139
     {
140
-       return 'uber:translations:export';
140
+        return 'uber:translations:export';
141 141
     }
142 142
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      */
113 113
     public static function tearDownAfterClass()
114 114
     {
115
-        $files = array_diff(scandir(static::$exportResource . '/'), array('.','..'));
115
+        $files = array_diff(scandir(static::$exportResource . '/'), array('.', '..'));
116 116
         foreach ($files as $file) {
117 117
             if (strstr($file, '_XX') !== false) {
118 118
                 unlink(static::$exportResource . '/' . $file);
Please login to merge, or discard this patch.
Compiler/StorageCompilerPass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\DependencyInjection\ContainerBuilder;
6 6
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
7
-use Symfony\Component\DependencyInjection\Reference;
8 7
 
9 8
 /**
10 9
  * Compile container with proper storage service (according to bundle configuration)
Please login to merge, or discard this patch.