Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2017-11-05 21:40:19 +00:00
parent 41afefd18d
commit a364117f80

View File

@ -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