Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko authored and github-actions[bot] committed Sep 16, 2024
1 parent 26d4dee commit fae98ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final public function getNextMiddleware()

/**
* Call the next middleware
*
*
* @param mixed $data Data to pass to the next middleware/route
*/
final public function next($data = null)
Expand Down
2 changes: 1 addition & 1 deletion tests/middleware.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AppMid2 extends \Leaf\Middleware
public function call()
{
$this->next([
'data' => 'Some data'
'data' => 'Some data',
]);
}
}
Expand Down

0 comments on commit fae98ce

Please sign in to comment.