Completed
Pull Request — master (#17)
by Clément
03:16
created
Model/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,6 +121,6 @@
 block discarded – undo
121 121
      */
122 122
     public function increaseTryCount()
123 123
     {
124
-        $this->tryCount ++;
124
+        $this->tryCount++;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.