update package comments

This commit is contained in:
z7zmey
2018-02-20 20:22:15 +02:00
parent d320208aff
commit 7a0e5fc758
5 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
// Package scanner transforms an input string into a stream of PHP tokens.
package scanner
import (