Skip to content

Commit 025dc4d

Browse files
author
Tom Mitchelmore
committed
Resolve phpcs
1 parent 623c48f commit 025dc4d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Bootstrappers/RegisterExceptionHandler.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424

2525
class RegisterExceptionHandler
2626
{
27-
public function __construct(private Application $app, private ResponseEmitter $emitter) {}
27+
public function __construct(private Application $app, private ResponseEmitter $emitter)
28+
{
29+
//
30+
}
2831

2932
public function bootstrap(Application $app)
3033
{

0 commit comments

Comments
 (0)