diff --git a/modules/oe_list_page_content_type/oe_list_page_content_type.install b/modules/oe_list_page_content_type/oe_list_page_content_type.install index 33283dac..d7848489 100644 --- a/modules/oe_list_page_content_type/oe_list_page_content_type.install +++ b/modules/oe_list_page_content_type/oe_list_page_content_type.install @@ -5,7 +5,7 @@ * OE List Page content type install file. */ -declare(strict_types = 1); +declare(strict_types=1); /** * Implements hook_install(). diff --git a/modules/oe_list_pages_link_list_displays/oe_list_pages_link_list_displays.module b/modules/oe_list_pages_link_list_displays/oe_list_pages_link_list_displays.module index ab69ec7c..7bab7730 100644 --- a/modules/oe_list_pages_link_list_displays/oe_list_pages_link_list_displays.module +++ b/modules/oe_list_pages_link_list_displays/oe_list_pages_link_list_displays.module @@ -5,7 +5,7 @@ * The OpenEuropa List Pages Link List Displays module. */ -declare(strict_types = 1); +declare(strict_types=1); use Drupal\Core\Form\FormStateInterface; diff --git a/modules/oe_list_pages_link_list_displays/src/ListBuilder.php b/modules/oe_list_pages_link_list_displays/src/ListBuilder.php index 78ab1290..5170cfe2 100644 --- a/modules/oe_list_pages_link_list_displays/src/ListBuilder.php +++ b/modules/oe_list_pages_link_list_displays/src/ListBuilder.php @@ -1,6 +1,6 @@