Skip to content

Commit

Permalink
Happy 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Aug 9, 2024
1 parent 82b5af7 commit 5e3574f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Calculator
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Calculator/BcMathCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* BC Math Calculator
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Calculator/PhpCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* PHP Calculator
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Number
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Parser
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bootstrap tests
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Calculator/BcMathCalculatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* BC Math Calculator Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Calculator/CalculatorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* PHP Calculator Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Calculator/PhpCalculatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* PHP Calculator Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/src/NumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Number Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down Expand Up @@ -421,7 +421,7 @@ public function test_to_string() {

/**
* Test negative.
*
*
* @link https://github.com/pronamic/wp-number/issues/1
*/
public function test_negative() {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Parser
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Number
*/
Expand Down

0 comments on commit 5e3574f

Please sign in to comment.