Skip to content

Commit

Permalink
Fix parameter name in SplObjectStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Oct 20, 2024
1 parent 0f796f1 commit d019ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/SPL.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d019ce5

Please sign in to comment.