Skip to content

Commit 250394f

Browse files
committed
PHPDoc updated - 2021 year added to the @copyright tag (#103)
1 parent c476b8e commit 250394f

File tree

70 files changed

+70
-70
lines changed

Some content is hidden

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

70 files changed

+70
-70
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 Copyright (c) 2015 Katarzyna Krasińska
24+
* @copyright 2015-2021 Katarzyna Krasińska
2525
* @license http://opensource.org/licenses/MIT MIT License
2626
* @link https://github.com/ExOrg/php-data-coder
2727
*/

src/coder_builder/CoderClassNotFoundException.php

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

src/coders/data_coders/data_decoders/AbstractDataDecoder.php

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

src/coders/data_coders/data_decoders/DataDecoder.php

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

src/coders/data_coders/data_decoders/DataDecodingStrategyInterface.php

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

src/coders/data_coders/data_decoders/JsonDataDecoder.php

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

src/coders/data_coders/data_decoders/YamlDataDecoder.php

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

src/coders/data_coders/data_encoders/AbstractDataEncoder.php

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

src/coders/data_coders/data_encoders/DataEncoder.php

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

src/coders/data_coders/data_encoders/DataEncodingStrategyInterface.php

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

0 commit comments

Comments
 (0)