Skip to content

Commit f465cad

Browse files
committed
fix: corrected typo
1 parent 32a9ef1 commit f465cad

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

phpmyfaq/src/phpMyFAQ/Category/CategoryRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/CategoryRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/Image.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* The category image class.
75
*
@@ -17,6 +15,8 @@
1715
* @since 2016-09-08
1816
*/
1917

18+
declare(strict_types=1);
19+
2020
namespace phpMyFAQ\Category;
2121

2222
use phpMyFAQ\Configuration;

phpmyfaq/src/phpMyFAQ/Category/Language/CategoryLanguageService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/Navigation/BreadcrumbsBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/Navigation/BreadcrumbsHtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/Order.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* The category order class.
75
*
@@ -17,6 +15,8 @@
1715
* @since 2020-09-06
1816
*/
1917

18+
declare(strict_types=1);
19+
2020
namespace phpMyFAQ\Category;
2121

2222
use phpMyFAQ\Configuration;

phpmyfaq/src/phpMyFAQ/Category/Permission.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* Category permissions class for phpMyFAQ.
75
* This Source Code Form is subject to the terms of the Mozilla Public License,
@@ -16,6 +14,8 @@
1614
* @since 2020-11-04
1715
*/
1816

17+
declare(strict_types=1);
18+
1919
namespace phpMyFAQ\Category;
2020

2121
use phpMyFAQ\Configuration;

phpmyfaq/src/phpMyFAQ/Category/Permission/CategoryPermissionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

phpmyfaq/src/phpMyFAQ/Category/Presentation/AdminCategoryTreePresenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2025 phpMyFAQ Team
1313
* @license https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1414
* @link https://www.phpmyfaq.de
15-
* @since 2026-10-18
15+
* @since 2025-10-18
1616
*/
1717

1818
declare(strict_types=1);

0 commit comments

Comments
 (0)