Skip to content

Commit 998ef63

Browse files
authored
style fixed
1 parent 48fcc21 commit 998ef63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TypedObjectArray.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function offsetSet($index, $newval)
6464
{
6565
if ($newval instanceof $this->type) {
6666
parent::offsetSet($index, $newval);
67+
6768
return;
6869
}
6970
throw new InvalidArgumentException('Elements passed to '.__CLASS__.' must be of the type '.$this->type);

0 commit comments

Comments
 (0)