for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\controllers\crud;
class CRUDEvents {
protected $controller;
public function __construct($controller){
$this->controller=$controller;
}
public function onDetailClickURL($model){
$model
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
return "";
public function onSuccessDeleteMessage(CRUDMessage $message):CRUDMessage{
return $message;
public function onErrorDeleteMessage(CRUDMessage $message):CRUDMessage{
public function onConfDeleteMessage(CRUDMessage $message):CRUDMessage{
public function onSuccessUpdateMessage(CRUDMessage $message):CRUDMessage{
public function onErrorUpdateMessage(CRUDMessage $message):CRUDMessage{
public function onNotFoundMessage(CRUDMessage $message):CRUDMessage{
public function beforeLoadView($viewName,&$vars){
$viewName
$vars
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.