Skip to content

Commit 547adfd

Browse files
committed
Apply coding standard
Formatting only, no behaviour change.
1 parent df2fd82 commit 547adfd

63 files changed

Lines changed: 179 additions & 165 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)