Skip to content

Commit

Permalink
Merge pull request #37 from MrMeshok/connection-iterator-template
Browse files Browse the repository at this point in the history
Add @implements to Connection\Iterator
  • Loading branch information
deminy authored Nov 29, 2024
2 parents 0030b66 + 8a39666 commit 5e54938
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 5e54938

Please sign in to comment.