Completed
Pull Request — master (#8)
by
unknown
02:46
created
src/Transport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
 
189 189
                 /* the user do not exist, we create it */
190 190
                 case Response::ERROR_NORESULT:
191
-                    if($id = $this->createUser($user)) {
191
+                    if ($id = $this->createUser($user)) {
192 192
                         break;
193 193
                     }
194 194
 
Please login to merge, or discard this patch.
src/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
16 16
 use Symfony\Component\Yaml\Yaml;
17 17
 use Symfony\Component\Config\Definition\Processor;
18
-
19 18
 use Psr\Log\LoggerInterface;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.