mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +00:00
autoformat
This commit is contained in:
parent
89e645a0cd
commit
f66b5f1b9f
|
|
@ -33,7 +33,7 @@ final class Vector extends Matrix
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public static function fromArray(array $vector) : Vector
|
public static function fromArray(array $vector) : self
|
||||||
{
|
{
|
||||||
$v = new self();
|
$v = new self();
|
||||||
$v->setMatrixV($vector);
|
$v->setMatrixV($vector);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user