Skip to content

Commit

Permalink
EWPP-3953: Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
brummbar committed Feb 12, 2024
1 parent 6a00849 commit 685bb4d
Show file tree
Hide file tree
Showing 135 changed files with 135 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OE List Page content type install file.
*/

declare(strict_types = 1);
declare(strict_types=1);

/**
* Implements hook_install().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_displays;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_displays;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_displays;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_link_list_source\FunctionalJavascript;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OE List Pages Link List Source post updates.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\oe_link_lists\Entity\LinkList;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source\EventSubscriber;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source\Exception;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_link_list_source\Plugin\LinkSource;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_link_list_source\FunctionalJavascript;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_link_list_source\FunctionalJavascript;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_link_list_source\Kernel;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The OpenEuropa List Pages Open Vocabularies module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\Core\Entity\EntityInterface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Post update functions for OE list page open vocabularies.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\open_vocabularies\Entity\OpenVocabularyAssociation;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_open_vocabularies\Event;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_open_vocabularies\EventSubscriber;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages_open_vocabularies_test\EventSubscriber;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_open_vocabularies\FunctionalJavascript;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_open_vocabularies\Kernel;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_open_vocabularies\Kernel;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_open_vocabularies\Kernel;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_list_pages_open_vocabularies\Traits;

Expand Down
2 changes: 1 addition & 1 deletion oe_list_pages.module
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The OpenEuropa List Pages module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\Core\Form\FormStateInterface;
use Drupal\oe_list_pages\SkosConceptHierarchicalHandler;
Expand Down
2 changes: 1 addition & 1 deletion oe_list_pages.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OE List Pages post updates.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\facets\Entity\Facet;
use Drupal\oe_list_pages\ListSourceFactory;
Expand Down
2 changes: 1 addition & 1 deletion src/Annotation/MultiselectFilterField.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Annotation;

Expand Down
2 changes: 1 addition & 1 deletion src/BaseHierarchicalHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ListPageRssController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Controller;

Expand Down
2 changes: 1 addition & 1 deletion src/DefaultFilterConfigurationBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/EventSubscriber/QuerySubscriber.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\EventSubscriber;

Expand Down
2 changes: 1 addition & 1 deletion src/FilterConfigurationFormBuilderBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/Form/ListFacetsForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Form;

Expand Down
2 changes: 1 addition & 1 deletion src/Form/ListPageConfigurationSubForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Form;

Expand Down
2 changes: 1 addition & 1 deletion src/Form/ListPageConfigurationSubformFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Form;

Expand Down
2 changes: 1 addition & 1 deletion src/Form/ListPageSortForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages\Form;

Expand Down
2 changes: 1 addition & 1 deletion src/ListBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListBuilderInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListExecutionManager.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListExecutionManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListExecutionResults.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListExecutionResultsInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
2 changes: 1 addition & 1 deletion src/ListFacetManagerWrapper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_list_pages;

Expand Down
Loading

0 comments on commit 685bb4d

Please sign in to comment.