diff --git a/cmd/php-parser/main.go b/cmd/php-parser/main.go index fb51b0b..a675f2e 100644 --- a/cmd/php-parser/main.go +++ b/cmd/php-parser/main.go @@ -196,7 +196,7 @@ func printerWorker(r <-chan result) { } } - if *dump == true { + if *dump { dumper.NewDumper(os.Stdout).WithPositions().WithTokens().Dump(res.rootNode) }