Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuugg committed Oct 31, 2023
1 parent c83302b commit b6b74ee
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next/event",
"license": "Apache-2.0",
"description": "Event based on the PSR-14 specification",
"homepage": "https://github.com/marxphp/event.git",
"homepage": "https://github.com/next-laboratory/event.git",
"keywords": [
"event",
"psr-14"
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/EventListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/EventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/ListenerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/EventDispatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Events/BarEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Events/FooEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/ListenerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Listeners/BarListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Listeners/FooListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down

0 comments on commit b6b74ee

Please sign in to comment.