mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 14:58:40 +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
|
||||
*/
|
||||
public static function fromArray(array $vector) : Vector
|
||||
public static function fromArray(array $vector) : self
|
||||
{
|
||||
$v = new self();
|
||||
$v->setMatrixV($vector);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user