Skip to content

Commit

Permalink
Make all methods private
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSiepmann committed Apr 11, 2024
1 parent 3d9ba54 commit 6669cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/RootlineElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getColPos(): ?int
return $this->colPos;
}

protected function multiplyArray(array $factor1, array $factor2): array
private function multiplyArray(array $factor1, array $factor2): array
{
if (empty($factor1)) {
return $factor2;
Expand Down

0 comments on commit 6669cc2

Please sign in to comment.