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 31e4a61 commit 5709d5d
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pronamic-money.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* GitHub URI: https://github.com/pronamic/wp-money
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion resources/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies
*
* @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 src/Currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies
*
* @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 src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currency
*
* @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 src/Money.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Money
*
* @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 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\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/TaxedMoney.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Taxed Money
*
* @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/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/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Definitions for PHPStan.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/CurrenciesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies 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/CurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currency 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/MoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Money
*
* @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 @@ -359,7 +359,7 @@ public function test_negative() {

$this->assertSame( '29.95', $money->number_format( null, '.', '' ) );
$this->assertSame( '-29.95', $negative->number_format( null, '.', '' ) );

$money = new Money( '-149.25', 'EUR' );

$negative = $money->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\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/TaxedMoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Taxed Money 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

0 comments on commit 5709d5d

Please sign in to comment.