Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JPustkuchen committed May 10, 2021
1 parent 91503bb commit 1a3c398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/TableRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function removeCell(string $key): TableRow {
*
* @param string] $key
*/
protected function getCellByKey(string $key): TableCell {
public function getCellByKey(string $key): TableCell {
return $this->cellsByKey[$key];
}

Expand Down

0 comments on commit 1a3c398

Please sign in to comment.