Skip to content

PhpStats v1.0

Latest
Compare
Choose a tag to compare
@i582 i582 released this 06 Dec 16:06
acd0ee6

Features

  • Added full project documentation;
  • Added projectName field to config;
  • The info class command is divided into commands info class, info interface, and info traits, each of which searches only in its own category. If the symbol is not found in the current category, then a message will be displayed that the symbol was found in another category and will offer a command to get information;
  • Added display of information about traits;
  • Number of traits added to the output of the brief command;
  • Function reachability moved to a separate command;
  • Added graph for function reachability;
  • Added counting fully typed methods in the class;
  • Minor improvements and fixes.