Skip to content

Commit 5a80b50

Browse files
committed
1137: Style fixes
1 parent 4b388b0 commit 5a80b50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66

77
## [2.0.1] - 2024-04-09
8+
89
- [#201](https://github.com/os2display/display-api-service/pull/201)
9-
- Add /v1 - /v2 redirect controller
10+
- Add /v1 - /v2 redirect controller
1011

1112
## [2.0.0] - 2024-04-09
1213

src/Controller/ApiV1RedirectController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace App\Controller;
46

57
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

0 commit comments

Comments
 (0)