From f66b5f1b9fe1826ac399006619d695d91c888b79 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 4 May 2020 22:40:46 +0200 Subject: [PATCH] autoformat --- Math/Matrix/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);