@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public static function prefixSessionData() |
32 | 32 | { |
33 | - return function () { |
|
33 | + return function() { |
|
34 | 34 | $request = Craft::$app->getRequest(); |
35 | 35 | $ip = $request instanceof Request ? $request->getUserIP() : '-'; |
36 | 36 |
@@ -287,7 +287,7 @@ |
||
287 | 287 | |
288 | 288 | $stringValue = $this->stringValue($model); |
289 | 289 | |
290 | - if($stringValue === null) { |
|
290 | + if ($stringValue === null) { |
|
291 | 291 | return null; |
292 | 292 | } |
293 | 293 |