Skip to content

Commit fae98ce

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 26d4dee commit fae98ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Middleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final public function getNextMiddleware()
5252

5353
/**
5454
* Call the next middleware
55-
*
55+
*
5656
* @param mixed $data Data to pass to the next middleware/route
5757
*/
5858
final public function next($data = null)

tests/middleware.test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AppMid2 extends \Leaf\Middleware
3636
public function call()
3737
{
3838
$this->next([
39-
'data' => 'Some data'
39+
'data' => 'Some data',
4040
]);
4141
}
4242
}

0 commit comments

Comments
 (0)