Completed
Push — master ( a9898e...e1ae8f )
by Hannes
18:43 queued 03:41
created
src/Table/AbstractTable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,9 +62,9 @@
 block discarded – undo
62 62
      * @return float[] for each age an array with factors for all available distances in [0.0 .. 1.0]
63 63
      */
64 64
     public function getAgeFactors()
65
-	{
65
+    {
66 66
         return $this->AgeFactors;
67
-	}
67
+    }
68 68
 
69 69
     /**
70 70
      * @return array [from, to] in [years]
Please login to merge, or discard this patch.