diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 61c3dbc31..77bc127a2 100644 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -33,7 +33,7 @@ final class Vector extends Matrix * * @since 1.0.0 */ - public static function fromArray(array $vector) : Vector + public static function fromArray(array $vector) : self { $v = new self(); $v->setMatrixV($vector);