for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This software package is licensed under `AGPL, Commercial` license[s].
*
* @package maslosoft/zamm
* @license AGPL, Commercial
* @copyright Copyright (c) Peter Maselkowski <[email protected]>
* @link https://maslosoft.com/zamm/
*/
namespace Maslosoft\Zamm\Meta;
* DocMeta
* @author Piotr Maselkowski <pmaselkowski at gmail.com>
class DocMeta
{
public function __construct($extractor, $name)
$extractor
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$name
;
}
public function getName()
public function getComment()
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.