@@ -85,6 +85,6 @@ |
||
85 | 85 | return true; |
86 | 86 | } |
87 | 87 | |
88 | - return (bool)\call_user_func($this->saveCachedStateCallback, $this); |
|
88 | + return (bool) \call_user_func($this->saveCachedStateCallback, $this); |
|
89 | 89 | } |
90 | 90 | } |
91 | 91 | \ No newline at end of file |