Skip to content

Commit 9f27ab6

Browse files
committed
fix: Added return type for config fields
1 parent b044ac3 commit 9f27ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model/ConfigProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ class ConfigProvider extends ConfigProviderAbstract
2727
* xpath prefix of module (section)
2828
* @var string '{section}/'
2929
*/
30-
protected $pathPrefix = 'sozo_feedbucket/';
30+
protected string $pathPrefix = 'sozo_feedbucket/';
3131

3232
/**
3333
* @var string
3434
*/
35-
protected $moduleCode = 'Sozo_Feedbucket';
35+
protected string $moduleCode = 'Sozo_Feedbucket';
3636

3737
private const CFG_FEEDBUCKET_ENABLED = 'general/enabled';
3838
private const CFG_FEEDBUCKET_SECRET = 'general/secret';

0 commit comments

Comments
 (0)