Skip to content

Commit

Permalink
update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 23, 2017
1 parent 419904e commit 0bc7a4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Parser/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ class State
*/
protected $new_statement_character_found = false;

/**
* @var array A list of valid placeholder characters.
*/
protected $valid_placeholder_characters = [];

/**
*
* Constructor
Expand Down Expand Up @@ -350,7 +353,7 @@ public function getIdentifier()
}
$identifier .= $character;
$length++;

}
return $identifier;
}
Expand Down

0 comments on commit 0bc7a4f

Please sign in to comment.