mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-30 15:58:42 +02:00
Fix coding standards violations
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
class PluginExampleDropdown extends CommonDropdown {
|
||||
|
||||
|
||||
static function getTypeName($nb=0) {
|
||||
static function getTypeName($nb = 0) {
|
||||
|
||||
if ($nb > 0) {
|
||||
return __('Plugin Example Dropdowns', 'example');
|
||||
|
Reference in New Issue
Block a user