Skip to content

Commit b0aa0cf

Browse files
committed
PHPDoc updated - @copyright tag fixed (#103)
1 parent a385421 commit b0aa0cf

File tree

68 files changed

+68
-68
lines changed

Some content is hidden

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

68 files changed

+68
-68
lines changed

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 2015-2023 Katarzyna Krasińska
23+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
21+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
21+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
20+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
20+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
21+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
21+
* @copyright Copyright (c) 2015-2023 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 2015-2023 Katarzyna Krasińska
20+
* @copyright Copyright (c) 2015-2023 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/JsonDataEncoder.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 2015-2023 Katarzyna Krasińska
20+
* @copyright Copyright (c) 2015-2023 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/YamlDataEncoder.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-2023 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)