mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-30 01:38:41 +00:00
Add return
This commit is contained in:
parent
cc28991671
commit
2ef8358771
|
|
@ -767,7 +767,7 @@ class Matrix implements \ArrayAccess, \Iterator
|
||||||
*/
|
*/
|
||||||
public function valid()
|
public function valid()
|
||||||
{
|
{
|
||||||
$this->offsetExists($this->position);
|
return $this->offsetExists($this->position);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user