Completed
Push — master ( 99053a...07f54d )
by Sébastien
02:42
created
src/Model/Sprint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
         $days = $this->getSprintDays();
129 129
         $total = 0;
130 130
 
131
-        if(!$days instanceof \DatePeriod) {
131
+        if (!$days instanceof \DatePeriod) {
132 132
             return null;
133 133
         }
134 134
 
Please login to merge, or discard this patch.