@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | string $scopeType = ScopeInterface::SCOPE_STORE, |
57 | 57 | $scopeCode = null |
58 | 58 | ): string { |
59 | - return (string)$this->scopeConfig->getValue( |
|
59 | + return (string) $this->scopeConfig->getValue( |
|
60 | 60 | self::XML_HRYVINSKYI_DEFER_JS_DISABLE_ATTRIBUTE, |
61 | 61 | $scopeType, |
62 | 62 | $scopeCode |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | string $scopeType = ScopeInterface::SCOPE_STORE, |
110 | 110 | $scopeCode = null |
111 | 111 | ): string { |
112 | - return (string)$this->scopeConfig->getValue( |
|
112 | + return (string) $this->scopeConfig->getValue( |
|
113 | 113 | self::XML_HRYVINSKYI_DEFER_JS_EXCLUDE_CONTROLLERS, |
114 | 114 | $scopeType, |
115 | 115 | $scopeCode |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | string $scopeType = ScopeInterface::SCOPE_STORE, |
129 | 129 | $scopeCode = null |
130 | 130 | ): string { |
131 | - return (string)$this->scopeConfig->getValue( |
|
131 | + return (string) $this->scopeConfig->getValue( |
|
132 | 132 | self::XML_HRYVINSKYI_DEFER_JS_EXCLUDE_PATHS, |
133 | 133 | $scopeType, |
134 | 134 | $scopeCode |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | string $scopeType = ScopeInterface::SCOPE_STORE, |
148 | 148 | $scopeCode = null |
149 | 149 | ): string { |
150 | - return (string)$this->scopeConfig->getValue( |
|
150 | + return (string) $this->scopeConfig->getValue( |
|
151 | 151 | self::XML_HRYVINSKYI_DEFER_JS_EXCLUDE_URL_PATTERN, |
152 | 152 | $scopeType, |
153 | 153 | $scopeCode |