update php-cs-fixer

This commit is contained in:
Emmanuel ROY 2020-12-09 10:26:26 +01:00
commit 46f300f890
140 changed files with 1703 additions and 1251 deletions

View file

@ -3,10 +3,8 @@
namespace MVC\Classe;
class ControlleurAction
{
public static function inserer($action, $data = array())
{
$action = explode('.', $action);
@ -21,13 +19,8 @@ class ControlleurAction
} else {
return $slot->default($data);
}
} else {
/*HandleError*/
}
}
}
}