We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd1c53 commit fa322bbCopy full SHA for fa322bb
lib/AppInfo/Application.php
@@ -60,7 +60,7 @@
60
use Psr\Log\LoggerInterface;
61
62
class Application extends App implements IBootstrap {
63
- public const APP_ID = 'groupfolders';
+ public const string APP_ID = 'groupfolders';
64
65
public function __construct(array $urlParams = []) {
66
parent::__construct(self::APP_ID, $urlParams);
0 commit comments