Passed
Push — master ( f44c48...436048 )
by Vince
01:32
created
src/core/throttle/limiter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
      */
273 273
     public function getAccount()
274 274
     {
275
-        if (is_null($this->account)||empty($this->account)) {
275
+        if (is_null($this->account) || empty($this->account)) {
276 276
             (new exception\errorException)
277 277
                 ->setOptions($this->getOptions())
278 278
                 ->error('UNAUTHORIZED');
Please login to merge, or discard this patch.