From 9d4723b4c2ec16f399e108001b9a620db468d3cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 6 Jul 2016 10:49:42 +0200 Subject: [PATCH] Remove parameter for abs --- Math/Number/OpperationInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math/Number/OpperationInterface.php b/Math/Number/OpperationInterface.php index d662d1d9d..93031d2de 100644 --- a/Math/Number/OpperationInterface.php +++ b/Math/Number/OpperationInterface.php @@ -98,5 +98,5 @@ interface OperationInterface * @since 1.0.0 * @author Dennis Eichhorn */ - public function abs($x); + public function abs(); } \ No newline at end of file