We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33908b3 commit a3f583fCopy full SHA for a3f583f
src/Api/ConfigurationInterface.php
@@ -8,10 +8,10 @@ interface ConfigurationInterface
8
CONFIG_RUMVISION_TRACKING_ID = 'elgentos_rumvision/general/tracking_id',
9
CONFIG_RUMVISION_HOST_NAME = 'elgentos_rumvision/general/hostname';
10
11
- public function isEnabled(int $storeId = null): bool;
+ public function isEnabled(?int $storeId = null): bool;
12
13
- public function getTrackingId(int $storeId = null) :string;
+ public function getTrackingId(?int $storeId = null) :string;
14
15
- public function getHostName(int $storeId = null) :string;
+ public function getHostName(?int $storeId = null) :string;
16
17
-}
+}
0 commit comments