Skip to content

Commit 1647f8a

Browse files
authored
Matrix: Add ReturnTypeWillChange attribute (#77)
1 parent 820f25f commit 1647f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Matrix.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function offsetExists($offset) : bool{
4040
return isset($this->matrix[(int) $offset]);
4141
}
4242

43+
#[\ReturnTypeWillChange]
4344
public function offsetGet($offset){
4445
return $this->matrix[(int) $offset];
4546
}

0 commit comments

Comments
 (0)