@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | public function subtract(VectorInterface $vector): VectorInterface; |
14 | 14 | |
15 | - public function multiply(int|float|string|NumberInterface|VectorInterface $value): NumberInterface|VectorInterface; |
|
15 | + public function multiply(int | float | string | NumberInterface | VectorInterface $value): NumberInterface | VectorInterface; |
|
16 | 16 | |
17 | 17 | public function multiplyScalar(NumberInterface $number): VectorInterface; |
18 | 18 |