Skip to content

Commit fa322bb

Browse files
committed
chore: Add type to APP_ID
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 0cd1c53 commit fa322bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppInfo/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
use Psr\Log\LoggerInterface;
6161

6262
class Application extends App implements IBootstrap {
63-
public const APP_ID = 'groupfolders';
63+
public const string APP_ID = 'groupfolders';
6464

6565
public function __construct(array $urlParams = []) {
6666
parent::__construct(self::APP_ID, $urlParams);

0 commit comments

Comments
 (0)