Passed
Push — master ( 36acf5...f40c43 )
by Petr
02:15
created
php-src/Traits/TExpiration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function setExpirationNotice($class, int $nextChange): void
34 34
     {
35 35
         if ($class && is_object($class) && $class instanceof IExpire) {
36
-            $class->setExpireNotice( $this->shallExpire($nextChange));
36
+            $class->setExpireNotice($this->shallExpire($nextChange));
37 37
         }
38 38
     }
39 39
 
Please login to merge, or discard this patch.