Skip to content

Commit

Permalink
Fix namespace in Uuid library to prevent bad times
Browse files Browse the repository at this point in the history
  • Loading branch information
yakmoose committed Jan 31, 2022
1 parent 6444dcc commit b146db2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @license http:https://opensource.org/licenses/MIT MIT
*/

namespace Raygun4Php\Rhumsaa\Uuid\Exception;
namespace Raygun4php\Rhumsaa\Uuid\Exception;

/**
* Thrown to indicate that the requested operation has depencies that have not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @license http:https://opensource.org/licenses/MIT MIT
*/

namespace Raygun4Php\Rhumsaa\Uuid\Exception;
namespace Raygun4php\Rhumsaa\Uuid\Exception;

/**
* Thrown to indicate that the requested operation is not supported.
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun4php/Rhumsaa/Uuid/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/** phpcs:disable */
namespace Raygun4Php\Rhumsaa\Uuid;
namespace Raygun4php\Rhumsaa\Uuid;

use InvalidArgumentException;

Expand Down

0 comments on commit b146db2

Please sign in to comment.