Completed
Pull Request — master (#280)
by
unknown
03:35
created
src/eXpansion/Bundle/MxKarma/Services/MxKarmaService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
         $data = $this->getObject($result->getResponse());
306 306
 
307 307
         if ($data === null) {
308
-          return null;
308
+            return null;
309 309
         }
310 310
         try {
311 311
             $this->ratings = new MXRating();
Please login to merge, or discard this patch.
src/eXpansion/Framework/Config/Ui/Fields/MaskedField.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
45 45
      */
46 46
     public function isCompatible(ConfigInterface $config): bool
47 47
     {
48
-         return ($config instanceof PasswordConfig);
48
+            return ($config instanceof PasswordConfig);
49 49
     }
50 50
 }
Please login to merge, or discard this patch.