internal/README.md
This directory contains scripts that may be useful to people developing phan itself.
internalsignatures.phpCompares Phan's param/return types for functions/methods with the param/return types found in a local svn checkout of the XML sources of docs.php.net.
Run php internal/internalsignatures.php help for more details.
make_pharInstalls optimized composer dependencies to make a minimal Phar file, then invokes package.php.
package.phpCreates a phar file from whatever's in src, vendor, etc. Use ./make_phar instead.
phpcsChecks for violations of the codesniffer code style rules.
phpcbfAutomatically fixes any fixable violations of the code style rules.
sanitycheck.phpThis compares reflection signatures with Phan's own internal function signature map. This assumes the reflection signatures are the latest right now.
update_wiki_issue_types.phpUpdates the local copy of Issue-Types-Caught-by-Phan.md with any issues that are in Phan but not yet documented.