for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* ******************************************************************
* Created by Marko Kungla on 08 Oct 2016
* @package toolshedr
* Encoding UTF-8
* File AdministrationTool.php
* Code format PSR-2 and 12
* *******************************************************************/
namespace Toolshedr\CLI;
* Class AdministrationTool
* @package Toolshedr\CLI
*/
class AdministrationTool
{
public function __construct($argv, $project_path)
$argv
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$project_path
}
* Run Toolshedr Administration Tool
public function run()
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.