Passed
Push — master ( aea92c...5347c1 )
by Andreas
28:06 queued 12s
created
lib/midcom/helper/reflector/main.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@  discard block
 block discarded – undo
304 304
 
305 305
         $label_prop = $this->get_label_property();
306 306
 
307
-        if (    $label_prop != 'guid'
307
+        if ($label_prop != 'guid'
308 308
              && $this->property_exists($label_prop)) {
309 309
             $search_properties[$label_prop] = true;
310 310
         }
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
                 continue;
355 355
             }
356 356
 
357
-            if (   !$this->is_link($property)
357
+            if (!$this->is_link($property)
358 358
                 && $this->get_midgard_type($property) != MGD_TYPE_GUID) {
359 359
                 continue;
360 360
             }
@@ -388,7 +388,7 @@  discard block
 block discarded – undo
388 388
     protected static function class_rewrite(string $schema_type) : string
389 389
     {
390 390
         $extends = midcom_baseclasses_components_configuration::get('midcom.helper.reflector', 'config')->get_array('class_extends');
391
-        if (   isset($extends[$schema_type])
391
+        if (isset($extends[$schema_type])
392 392
             && class_exists($extends[$schema_type])) {
393 393
             return $extends[$schema_type];
394 394
         }
Please login to merge, or discard this patch.
lib/org/openpsa/mail/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
  */
40 40
 class org_openpsa_mail
41 41
 {
42
-    use midcom_baseclasses_components_base {__get as base__get;}
42
+    use midcom_baseclasses_components_base {__get as base__get; }
43 43
 
44 44
     /**
45 45
      * Text body
Please login to merge, or discard this patch.