mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Fix coding standards violations
This commit is contained in:
@ -31,7 +31,7 @@ class PluginExampleConfig extends CommonDBTM {
|
||||
|
||||
static protected $notable = true;
|
||||
|
||||
function getTabNameForItem(CommonGLPI $item, $withtemplate=0) {
|
||||
function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) {
|
||||
|
||||
if (!$withtemplate) {
|
||||
if ($item->getType() == 'Config') {
|
||||
@ -75,7 +75,7 @@ class PluginExampleConfig extends CommonDBTM {
|
||||
Html::closeForm();
|
||||
}
|
||||
|
||||
static function displayTabContentForItem(CommonGLPI $item, $tabnum=1, $withtemplate=0) {
|
||||
static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0) {
|
||||
|
||||
if ($item->getType() == 'Config') {
|
||||
$config = new self();
|
||||
|
Reference in New Issue
Block a user