diff --git a/tests/DeepCopyTest/DeepCopyTest.php b/tests/DeepCopyTest/DeepCopyTest.php index 2a2a6e0..a6f92a5 100644 --- a/tests/DeepCopyTest/DeepCopyTest.php +++ b/tests/DeepCopyTest/DeepCopyTest.php @@ -437,7 +437,7 @@ public function test_it_can_prepend_filter() /** * @ticket https://github.com/myclabs/DeepCopy/issues/143 - * @require PHP 7.4 + * @requires PHP 7.4 */ public function test_it_clones_typed_properties() { @@ -452,7 +452,7 @@ public function test_it_clones_typed_properties() /** * @ticket https://github.com/myclabs/DeepCopy/issues/143 - * @require PHP 7.4 + * @requires PHP 7.4 */ public function test_it_ignores_uninitialized_typed_properties() {