Passed
Pull Request — dev (#85)
by Jordan
14:10
created
src/Samsara/Fermat/Types/Base/Interfaces/Groups/VectorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.