Skip to content

Commit fb1255d

Browse files
committed
space
1 parent a2f266b commit fb1255d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Handler/Writer/Mail.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
class Mail extends BaseMail
1616
{
17-
1817
/**
1918
* @var array
2019
*/

src/Middleware/Expressive.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function __invoke(ServerRequestInterface $request, ResponseInterface $res
4949

5050
$response = $next($request, $response);
5151

52-
5352
return $response;
5453
} catch (Error $e) {
5554
$this->exceptionError($e, $request);

0 commit comments

Comments
 (0)