@@ -102,6 +102,6 @@ |
||
| 102 | 102 | public function identifierIs($id) |
| 103 | 103 | { |
| 104 | 104 | return $this->Id == ExpressionTokenId::IDENTIFIER |
| 105 | - && strcmp($this->Text, (string)$id) == 0; |
|
| 105 | + && strcmp($this->Text, (string) $id) == 0; |
|
| 106 | 106 | } |
| 107 | 107 | } |
| 108 | 108 | \ No newline at end of file |