From c71556a6d8756806b58fb6c131fc764c08ef00b1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:26:11 +0100 Subject: [PATCH] Fix phpcs bug --- Math/Statistic/Forecast/Error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index a7429608e..4f8589ebb 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -450,4 +450,4 @@ class Error return $sum; } -} \ No newline at end of file +}