Skip to content

Commit c14f8bf

Browse files
committed
Return object in a setter fix.
1 parent ed51b0a commit c14f8bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/implementation/AbstractImplementation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function setLine(array $line, array $params = [])
119119
public function setDimensions(array $dimensions)
120120
{
121121
$this->dimensions = array_values($dimensions);
122+
return $this;
122123
}
123124

124125
/**

0 commit comments

Comments
 (0)