Passed
Pull Request — master (#286)
by MusikAnimal
05:26
created
src/AppBundle/Model/SimpleEditCounter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
  * This file contains only the SimpleEditCounter class.
4 4
  */
5 5
 
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace AppBundle\Model;
9 9
 
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
      */
149 149
     public function getTotalEditCount(): int
150 150
     {
151
-        return $this->data['totalEditCount'] ?? $this->data['deletedEditCount'] + $this->data['liveEditCount'];
151
+        return $this->data['totalEditCount'] ?? $this->data['deletedEditCount']+$this->data['liveEditCount'];
152 152
     }
153 153
 
154 154
     /**
Please login to merge, or discard this patch.