Add return

This commit is contained in:
Dennis Eichhorn 2016-11-12 21:40:39 +01:00
parent cc28991671
commit 2ef8358771

View File

@ -767,7 +767,7 @@ class Matrix implements \ArrayAccess, \Iterator
*/
public function valid()
{
$this->offsetExists($this->position);
return $this->offsetExists($this->position);
}
/**