Skip to content

Commit

Permalink
Add @implements to Connection\Iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeshok authored and deminy committed Nov 29, 2024
1 parent a420770 commit 7df9cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swoole/Swoole/Connection/Iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* @not-serializable Objects of this class cannot be serialized.
* @implements \Iterator<int, int>
* @implements \ArrayAccess<int, int>
*/
class Iterator implements \Iterator, \ArrayAccess, \Countable
{
Expand Down

0 comments on commit 7df9cf6

Please sign in to comment.