mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 10:34:08 +02:00
better end of input error
This commit is contained in:
parent
274af4f920
commit
ca5e5aa566
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ impl Display for UnexpectedTokenError {
|
|||
),
|
||||
None => write!(
|
||||
f,
|
||||
"Unexpected token, found None expected one of {}",
|
||||
"Unexpected end of input expected one of {}",
|
||||
self.expected
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue