Passed
Push — master ( 5c73c8...dbca9b )
by Dāvis
02:52
created
Script/Repository/QuickInsertRepository.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             foreach ($columns as $key2 => $column) {
81 81
                 if ($key === $key2) {
82 82
                     $result[$table][$field] = $column;
83
-                    if($field === $metadata->getIdentifier()[0]){
83
+                    if($field === $metadata->getIdentifier()[0]) {
84 84
                         $identifier = $column;
85 85
                     }
86 86
                 }
Please login to merge, or discard this patch.
Captcha/Configurator/CaptchaConfigurator.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Symfony\Component\Config\Definition\Builder\NodeBuilder;
6 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7 7
 
8
-interface CaptchaConfigurator
9
-{
8
+interface CaptchaConfigurator
9
+{
10 10
     public function buildConfiguration(NodeBuilder $node);
11 11
 
12 12
     public function configureClient(ContainerBuilder $container, $clientServiceKey, array $options = []);
Please login to merge, or discard this patch.