Improved
v0.0.2-alpha
- Added -x option to specify which file extensions to use. - Thanks, @willbonde
- Fixed a few calls that broke on PHP 5.4.
- The reserved names check would catch examples in comments instead of checking only near the beginning of the line.
- Composer file
- Autoloader was using self instead of $this. Note: Autoloader is not currently PSR-4 complient due to namespaces not including a vendor name.