@@ -304,7 +304,7 @@ discard block |
||
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 |
||
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 |
||
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 | } |
@@ -39,7 +39,7 @@ |
||
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 |