Skip to content

Commit

Permalink
Update @Package annotations to be consistent with the package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Aug 23, 2024
1 parent 3432f6f commit f0feeea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Defines useful time-based constants.
*
* @package SteveGrunwell\TimeConstants
* @package TimeConstants
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalAliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* either load this file via `autoload.files` in your `composer.json` file or by requiring the file
* directly in your code.
*
* @package SteveGrunwell\TimeConstants
* @package TimeConstants
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/ConstantsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Tests the definition of time constants.
*
* @package SteveGrunwell\TimeConstants
* @package TimeConstants
*/
class ConstantsTest extends TestCase
{
Expand Down

0 comments on commit f0feeea

Please sign in to comment.