documentation
documentation
Getting Started With PHPDoc
Mon, 01/26/2009 - 14:39 | by philipnorton42If you followed the tutorial on installing PHPDoc then you are probably wondering how to get started actually writing the documentation. PHPDoc will parse all the files given to it and look for comment blocks, it will then use these blocks to create the documentation for your application. A valid PHPDoc comment block must start with a '/**', have a '*' on every line and finish with '*/'.
PHP Version Not Specified Warning In CodeSniffer
Mon, 10/13/2008 - 12:49 | by philipnorton42In my last post I talked about the PHP CodeSniffer, so today I thought I would solve a common problem that doesn't seem to have any documentation. Whilst correcting a class file I had there was this one warning that just wouldn't go away.