Completed
Pull Request — master (#5)
by
unknown
02:40
created
src/Statistics.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 
163 163
         if (!is_int($mean) && !is_float($mean))
164 164
         {
165
-          throw new StatisticsError('This function requires the second arguement to be an integer or a float');
165
+            throw new StatisticsError('This function requires the second arguement to be an integer or a float');
166 166
         }
167 167
 
168 168
         return pow($value - $mean, 2);
Please login to merge, or discard this patch.