From a364117f807302c8f2723520529a55075cc297bd Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sun, 5 Nov 2017 21:40:19 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- Math/Statistic/Forecast/Regression/LevelLevelRegression.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index ec42e618f..bf15dcdaf 100644 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -26,7 +26,7 @@ namespace phpOMS\Math\Statistic\Forecast\Regression; */ class LevelLevelRegression extends RegressionAbstract { - /** + /** * {@inheritdoc} */ public static function getSlope(float $b1, float $y, float $x) : float