Skip to content

Commit e0a1c5c

Browse files
committed
Fix rector config and apply coding standard
rector could not load its configuration at all: withComposerBased() pulls in DoctrineSetList::DOCTRINE_ORM_214, which newer versions of rector-doctrine no longer define. Since neither rector/rector nor contao/contao-rector is pinned, CI resolves a version without it and fails before analysing a single file -- the same commit passed in March. The bundle has no entities, so the ORM rules would not apply anyway. The ECS changes are formatting only, no behaviour change.
1 parent df2fd82 commit e0a1c5c

64 files changed

Lines changed: 183 additions & 166 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

contao/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_content.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_google_map.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_google_map_overlay.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_module.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_settings.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/
10-
1110
$dca = &$GLOBALS['TL_DCA']['tl_settings'];
1211

1312
/*

contao/dca/tl_user.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/dca/tl_user_group.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

contao/languages/de/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
* Copyright (c) 2024 Heimrich & Hannot GmbH
5+
/**
6+
* Copyright (c) 2024 Heimrich & Hannot GmbH.
77
*
88
* @license LGPL-3.0-or-later
99
*/

0 commit comments

Comments
 (0)