Bug fix in Basic class string to bytes convert

This commit is contained in:
Clemens Schwaighofer
2019-09-20 16:25:14 +09:00
parent a6918bac6f
commit 98bf11e0c9
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
phan --progress-bar -C -o analysis.txt
# main static checker
phan --progress-bar -C -o 4dev/tmp/analysis.txt
# sub static checker
phpstan analyse -c phpstan.neon --memory-limit=4G -l 0 www
# only if we work with composer only
www/: psalm (this needs the composer autoloader defined)
# for linting
parallel-lint www/