Passed
Push — master ( 08ee33...7be59a )
by Nate
02:53
created
src/helpers/LoggingHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/services/traits/ModelByString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.