Skip to content

Commit 6d62abb

Browse files
committed
CR fixes: @copyright tags fixed (#103)
1 parent b0aa0cf commit 6d62abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coder_builder/CoderBuildingTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @package DataCoder
2323
* @author Katarzyna Krasińska <[email protected]>
24-
* @copyright 2015-2021 Katarzyna Krasińska
24+
* @copyright Copyright (c) 2015-2023 Katarzyna Krasińska
2525
* @license http://opensource.org/licenses/MIT MIT License
2626
* @link https://github.com/ExOrg/php-data-coder
2727
*/

src/coders/data_coders/data_decoders/YamlDataDecoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package DataCoder
2121
* @author Katarzyna Krasińska <[email protected]>
22-
* @copyright 2015-2020 Katarzyna Krasińska
22+
* @copyright Copyright (c) 2015-2023 Katarzyna Krasińska
2323
* @license http://opensource.org/licenses/MIT MIT License
2424
* @link https://github.com/ExOrg/php-data-coder
2525
*/

0 commit comments

Comments
 (0)