Skip to content

Commit

Permalink
change method visibiity
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Nov 2, 2023
1 parent 1b196f9 commit 9ab1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function getTextLine(
* @param array $ordarr Array of UTF-8 codepoints (integer values).
* @param array $dim Array of dimensions (width, height, ascent, descent, leading, totwidth, totspacewidth)
*/
public function prepareText(&$txt, array &$ordarr, array &$dim)
protected function prepareText(&$txt, array &$ordarr, array &$dim)
{
if (empty($txt)) {
return;
Expand Down

0 comments on commit 9ab1d9c

Please sign in to comment.