Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

v0.0.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alexia Alexia released this 28 May 18:16
· 37 commits to master since this release
  • 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.