From d019ce5aca0478c7872ff857933d64e87dfa2856 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Sun, 20 Oct 2024 17:59:20 +0100 Subject: [PATCH] Fix parameter name in SplObjectStorage --- stubs/SPL.phpstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/SPL.phpstub b/stubs/SPL.phpstub index 7a623c933a0..40bc91676f3 100644 --- a/stubs/SPL.phpstub +++ b/stubs/SPL.phpstub @@ -753,7 +753,7 @@ class SplObjectStorage implements Countable, Iterator, Serializable, ArrayAccess * * @since 5.1.0 */ - public function attach($object, $data = null) {} + public function attach($object, $info = null) {} /** * Removes an object from the storage