for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace modules\bataille\app\controller;
class GenerationRapport {
//-------------------------- BUILDER ----------------------------------------------------------------------------//
public function __construct() {
}
//-------------------------- END BUILDER ----------------------------------------------------------------------------//
//-------------------------- GETTER ----------------------------------------------------------------------------//
//-------------------------- END GETTER ----------------------------------------------------------------------------//
//-------------------------- SETTER ----------------------------------------------------------------------------//
public function setGenererRapport($titre, $infos, $type) {
$titre
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$infos
$type
//-------------------------- END SETTER ----------------------------------------------------------------------------//
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.