Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
waterloomatt committed Jul 27, 2023
1 parent ef1300c commit be34d37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"autoload": {
"psr-4": {
"Linusshops\\Pipeline\\Tests\\": "tests/",
"Linusshops\\Pipeline\\": "src/"
"LinusShops\\Pipeline\\Tests\\": "tests/",
"LinusShops\\Pipeline\\": "src/"
}
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Pipeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Linusshops\Pipeline;
namespace LinusShops\Pipeline;

use Closure;

Expand Down
4 changes: 2 additions & 2 deletions tests/UnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);

namespace Linusshops\Pipeline\Tests;
namespace LinusShops\Pipeline\Tests;

use Exception;
use Linusshops\Pipeline\Pipeline;
use LinusShops\Pipeline\Pipeline;
use PHPUnit\Framework\TestCase;

/**
Expand Down

0 comments on commit be34d37

Please sign in to comment.