From 339e37f342cb9cf44b619d9d448318b546dd28f7 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 2 Sep 2022 15:21:34 +0100 Subject: [PATCH] Creation of dynamic property is deprecated Creation of dynamic property SimpleCallSchedule::$expected_args is deprecated --- mock_objects.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mock_objects.php b/mock_objects.php index 0bee3150..7238f7ad 100644 --- a/mock_objects.php +++ b/mock_objects.php @@ -411,6 +411,8 @@ class SimpleCallSchedule private $always; private $at; + public $expected_args; + /** * Sets up an empty response schedule. Creates an empty call map. */