Coding standard cleanup.

This commit is contained in:
Justin Hileman
2012-03-01 05:26:32 -08:00
parent 0034bf657b
commit 5c4fcd0c9a
17 changed files with 59 additions and 48 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Tokenizer {
private $state;
private $tagType;
private $tag;
private $buf;
private $buffer;
private $tokens;
private $seenTag;
private $lineStart;