diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index 8965d90bc..c9316307c 100644 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -181,7 +181,7 @@ final class Complex */ public function powComplex(self $value) : self { - + return $this; } /** @@ -215,7 +215,7 @@ final class Complex */ public function powScalar($value) : self { - + return $this; } /**