Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyao committed Oct 31, 2023
1 parent 069d36b commit 492a5ea
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Contract/ResponseEmitterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/RouteDispatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Event/OnRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/CSRFException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CORSMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/RoutingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/VerifyCSRFToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseEmitter/FPMResponseEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseEmitter/SwooleResponseEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseEmitter/WorkerManResponseEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/RouteDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of MaxPHP.
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
Expand Down

0 comments on commit 492a5ea

Please sign in to comment.