Skip to content

Commit

Permalink
RNBR-3833 Fork Microbilt Wsdl lib and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kozebobinka committed Oct 6, 2023
1 parent fd57dfa commit 6a202e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicrobiltWsdlClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ public function rewind()
* @uses MicrobiltWsdlClass::offsetExists()
* @return bool true|false
*/
public function valid()
public function valid(): bool
{
return $this->offsetExists($this->getInternArrayToIterateOffset());
}
Expand Down

0 comments on commit 6a202e1

Please sign in to comment.