Skip to content

Commit

Permalink
Fixed undeclared class property.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim-n committed Oct 18, 2023
1 parent f314860 commit 213e745
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions StringAssembler.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ class StringAssembler {
*/
protected $areTitleCase = FALSE;

/**
* The string pieces.
*
* @var array
*/
protected $pieces;

/**
* Creates a new StringAssembler.
*
Expand Down

0 comments on commit 213e745

Please sign in to comment.