for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Saxulum\PhpDocGenerator;
/**
* @link http://www.phpdoc.org/docs/latest/references/phpdoc/tags/filesource.html
*/
class FilesourceRow extends AbstractRow
{
* @return string
public function getName()
return 'filesource';
}