Skip to content

Commit

Permalink
delete white space
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Aug 7, 2024
1 parent e576924 commit 9bfb8d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Application/Actions/ActionError.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @codeCoverageIgnore
*/
*/
class ActionError implements JsonSerializable
{
public const BAD_REQUEST = 'BAD_REQUEST';
Expand Down
2 changes: 1 addition & 1 deletion src/Application/Actions/ActionPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @codeCoverageIgnore
*/
*/
class ActionPayload implements JsonSerializable
{
private int $statusCode;
Expand Down
2 changes: 1 addition & 1 deletion src/Application/Handlers/HttpErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* @codeCoverageIgnore
*/
*/
class HttpErrorHandler extends SlimErrorHandler
{
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Application/Handlers/ShutdownHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @codeCoverageIgnore
*/
*/
class ShutdownHandler
{
private Request $request;
Expand Down
2 changes: 1 addition & 1 deletion src/Application/ResponseEmitter/ResponseEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* @codeCoverageIgnore
*/
*/
class ResponseEmitter extends SlimResponseEmitter
{
/**
Expand Down

0 comments on commit 9bfb8d9

Please sign in to comment.