autoformat

This commit is contained in:
Dennis Eichhorn 2020-05-04 22:40:46 +02:00
parent 89e645a0cd
commit f66b5f1b9f

View File

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