From fd78f412339aff34ee506e4eb2cceed8c8efb6c7 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:04:36 +0100 Subject: [PATCH] 2022 --- src/Argument.php | 2 +- src/Changelog.php | 2 +- src/ChangelogFactory.php | 2 +- src/DefaultPrinter.php | 2 +- src/Documentor.php | 2 +- src/Hook.php | 2 +- src/HooksterPrinter.php | 2 +- src/NamespaceResolver.php | 2 +- src/Since.php | 2 +- src/Tag.php | 2 +- src/TagPrinter.php | 2 +- src/TemplatePrinter.php | 2 +- templates/default.php | 2 +- templates/markdown.php | 2 +- templates/parts/markdown-hook.php | 2 +- templates/phpdocumentor-rst.php | 2 +- tests/issue-10/test-issue-10.php | 2 +- tests/issue-11/test-issue-11.php | 2 +- tests/source/actions.php | 2 +- tests/source/filters.php | 2 +- tests/source/tests.php | 2 +- tests/source/union-types.php | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/Argument.php b/src/Argument.php index 7226402..ecfef9e 100644 --- a/src/Argument.php +++ b/src/Argument.php @@ -3,7 +3,7 @@ * Argument * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/Changelog.php b/src/Changelog.php index 4acdc7f..da5520f 100644 --- a/src/Changelog.php +++ b/src/Changelog.php @@ -3,7 +3,7 @@ * Changelog * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/ChangelogFactory.php b/src/ChangelogFactory.php index 49f8274..bb80d92 100644 --- a/src/ChangelogFactory.php +++ b/src/ChangelogFactory.php @@ -3,7 +3,7 @@ * Changelog Factory * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/DefaultPrinter.php b/src/DefaultPrinter.php index 112c42c..c13a328 100644 --- a/src/DefaultPrinter.php +++ b/src/DefaultPrinter.php @@ -3,7 +3,7 @@ * Default Printer * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/Documentor.php b/src/Documentor.php index 389d4fb..ebe97ee 100644 --- a/src/Documentor.php +++ b/src/Documentor.php @@ -3,7 +3,7 @@ * Documentor * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/Hook.php b/src/Hook.php index c7b8f1f..433c5c7 100644 --- a/src/Hook.php +++ b/src/Hook.php @@ -3,7 +3,7 @@ * Hook * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/HooksterPrinter.php b/src/HooksterPrinter.php index 591ebde..17528e3 100644 --- a/src/HooksterPrinter.php +++ b/src/HooksterPrinter.php @@ -3,7 +3,7 @@ * Hookster Printer * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/NamespaceResolver.php b/src/NamespaceResolver.php index cd54433..62e6317 100644 --- a/src/NamespaceResolver.php +++ b/src/NamespaceResolver.php @@ -3,7 +3,7 @@ * Namespace Resolver * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/Since.php b/src/Since.php index 64709e8..795e6a9 100644 --- a/src/Since.php +++ b/src/Since.php @@ -3,7 +3,7 @@ * Since * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/Tag.php b/src/Tag.php index c42bcd7..0eb3e74 100644 --- a/src/Tag.php +++ b/src/Tag.php @@ -3,7 +3,7 @@ * Tag * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/TagPrinter.php b/src/TagPrinter.php index b64318d..acf3fd7 100644 --- a/src/TagPrinter.php +++ b/src/TagPrinter.php @@ -3,7 +3,7 @@ * Tag Printer * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/src/TemplatePrinter.php b/src/TemplatePrinter.php index e8f9a54..85e3aac 100644 --- a/src/TemplatePrinter.php +++ b/src/TemplatePrinter.php @@ -3,7 +3,7 @@ * Template Printer * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/templates/default.php b/templates/default.php index a87a54d..41d3355 100644 --- a/templates/default.php +++ b/templates/default.php @@ -4,7 +4,7 @@ * * @link https://github.com/themeblvd/hookster * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/templates/markdown.php b/templates/markdown.php index 0510ffd..b5e40e1 100644 --- a/templates/markdown.php +++ b/templates/markdown.php @@ -4,7 +4,7 @@ * * @link https://guides.github.com/features/mastering-markdown/ * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/templates/parts/markdown-hook.php b/templates/parts/markdown-hook.php index f783522..70001e4 100644 --- a/templates/parts/markdown-hook.php +++ b/templates/parts/markdown-hook.php @@ -3,7 +3,7 @@ * Markdown Hook Template. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/templates/phpdocumentor-rst.php b/templates/phpdocumentor-rst.php index d0cbab9..a6eb066 100644 --- a/templates/phpdocumentor-rst.php +++ b/templates/phpdocumentor-rst.php @@ -5,7 +5,7 @@ * @link https://docs.phpdoc.org/3.0/guide/internals/guides.html * @link https://docutils.sourceforge.io/docs/user/rst/quickref.html * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/issue-10/test-issue-10.php b/tests/issue-10/test-issue-10.php index 8616e03..6eb45a1 100644 --- a/tests/issue-10/test-issue-10.php +++ b/tests/issue-10/test-issue-10.php @@ -3,7 +3,7 @@ * Test for pull request 10. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/issue-11/test-issue-11.php b/tests/issue-11/test-issue-11.php index 830661c..84edd64 100644 --- a/tests/issue-11/test-issue-11.php +++ b/tests/issue-11/test-issue-11.php @@ -3,7 +3,7 @@ * Test for issue 11. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/source/actions.php b/tests/source/actions.php index c2c93f4..d48e90e 100644 --- a/tests/source/actions.php +++ b/tests/source/actions.php @@ -3,7 +3,7 @@ * Actions Test File. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/source/filters.php b/tests/source/filters.php index 2824893..4ef25b3 100644 --- a/tests/source/filters.php +++ b/tests/source/filters.php @@ -3,7 +3,7 @@ * Filters Test File. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/source/tests.php b/tests/source/tests.php index 6aa4ec8..589fb3b 100644 --- a/tests/source/tests.php +++ b/tests/source/tests.php @@ -3,7 +3,7 @@ * Test Class * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */ diff --git a/tests/source/union-types.php b/tests/source/union-types.php index 238aba4..df65cc5 100644 --- a/tests/source/union-types.php +++ b/tests/source/union-types.php @@ -3,7 +3,7 @@ * Union Types. * * @author Pronamic - * @copyright 2005-2021 Pronamic + * @copyright 2005-2022 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Documentor */