From 83e151e131d15487bbb40eae65c4d7cfe7e0d1dc Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 25 Apr 2024 09:09:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Tests/Examples/Order.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Examples/Order.php b/Tests/Examples/Order.php index 372f61c..ce0e058 100644 --- a/Tests/Examples/Order.php +++ b/Tests/Examples/Order.php @@ -64,7 +64,6 @@ public function getItems(): Traversable return new ArrayIterator([]); } - public function getNumber(): string { return (string) $this->id;