Skip to content

Commit

Permalink
orderIteratorMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadali committed Jan 3, 2024
1 parent dab463d commit 434573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QentaCEE/QPay/Response/Toolkit/Order/OrderIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function rewind()
*
* @return Object
*/
public function current()
public function current() : mixed
{
return $this->_objectArray[$this->_position];
}
Expand Down

0 comments on commit 434573c

Please sign in to comment.