for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace V2Unit;
class V2UnitList extends \SplObjectStorage {
public function load($location) {
$location
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
/**
*
foreach(unitsInLocation($location) as $unit_row) {
$unit_obj = new V2Unit()->load($unit_row);
$this->attach($unit_obj, $unit_obj->dbId);
}
*/
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.