Category Archives: PHPADD

Experimenting PHPADD on Doctrine2

Today I tried to unleash PHPADD over Doctrine2 sources. Of course, it couldn’t even start: it didn’t support namespaces. So I had to improve the analysis of tokenized PHP source and now it works. By the way, the report was not satisfying as … Continue reading

Posted in PHPADD | Leave a comment

PHPADD 1.3.0

I just uploaded to the PEAR repository the latest version of PHPADD, which is labeled 1.3.0. From this release I can consider it useful, since it includes the ability of exclude whatever you do not want to scan. In fact, … Continue reading

Posted in PHPADD | Leave a comment

PHPADD: abandoned docblocks detector

Docblocks may become as evil as comments when they’re not treated as first-class citizens (see: Meaningless docblocks). PHPADD can analyze a directory with PHP source code and detect (for each file, for each class, for each method) if the parameters in … Continue reading

Posted in PHPADD | 14 Comments