From bc3090325af186e577ea1fef6264b84ef13eb61f Mon Sep 17 00:00:00 2001 From: Mirko Janssen Date: Sat, 21 Sep 2019 20:52:17 +0200 Subject: [PATCH] fixed docu --- tests/Primitives/PointTest.php | 2 +- tests/Primitives/VectorTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Primitives/PointTest.php b/tests/Primitives/PointTest.php index b14b7a5..3d601e0 100644 --- a/tests/Primitives/PointTest.php +++ b/tests/Primitives/PointTest.php @@ -21,7 +21,7 @@ class PointTest extends TestCase private $y; /** - * @var float|int float + * @var float */ private $z; diff --git a/tests/Primitives/VectorTest.php b/tests/Primitives/VectorTest.php index 845f905..15f9cd3 100644 --- a/tests/Primitives/VectorTest.php +++ b/tests/Primitives/VectorTest.php @@ -21,7 +21,7 @@ class VectorTest extends TestCase private $y; /** - * @var float|int float + * @var float */ private $z;