Passed
Push — master ( 84234d...c0bab9 )
by Divine Niiquaye
03:21
created
Category
src/Reporter/Matrix.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     {
68 68
         $orderedTasks = $this->tasks;
69 69
 
70
-        \usort($orderedTasks, function (Task $a, Task $b) {
70
+        \usort($orderedTasks, function(Task $a, Task $b) {
71 71
             return $a->duration() > $b->duration() ? 1 : -1;
72 72
         });
73 73
 
Please login to merge, or discard this patch.