Skip to content

Commit

Permalink
Compatibility Changes 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadali committed Dec 29, 2023
1 parent 91a592e commit dab463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QentaCEE/Stdlib/FingerprintOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function __toString()
* @param int|string $mOffset
* @param int|string $mValue
*/
public function offsetSet($mOffset, $mValue)
public function offsetSet($mOffset, $mValue) : void
{
if (!$mOffset) {
$this->_fingeprintOrder[] = trim($mValue);
Expand Down

0 comments on commit dab463d

Please sign in to comment.