@@ -191,7 +191,7 @@ |
||
191 | 191 | $isAllowed = in_array($jurisdictionLevel, $this->allowedJurisdictionLevels); |
192 | 192 | $this->jurisdictionLevel = $isAllowed ? $jurisdictionLevel : null; |
193 | 193 | if (!$isAllowed) { |
194 | - $logData = ['jurisdiction_level' => $jurisdictionLevel]; |
|
194 | + $logData = [ 'jurisdiction_level' => $jurisdictionLevel ]; |
|
195 | 195 | $this->logger->warning( |
196 | 196 | 'Jurisdiction Level "{jurisdiction_level}" is not allowed.', |
197 | 197 | $this->getLogContextData(__CLASS__, $logData) |
@@ -48,7 +48,7 @@ |
||
48 | 48 | * @param array |
49 | 49 | * @return array |
50 | 50 | */ |
51 | - protected function getLogContextData($class, array $logData=[]) |
|
51 | + protected function getLogContextData($class, array $logData = [ ]) |
|
52 | 52 | { |
53 | 53 | $context = $this->getLogContext(); |
54 | 54 | return $context ? $context->getMetaData($class, $logData) : $logData; |