mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-12-16 18:44:39 +01:00
Fix coding standards violations
This commit is contained in:
@@ -41,7 +41,7 @@ if (!defined('GLPI_ROOT')) {
|
||||
/// Class DeviceCamera
|
||||
class PluginExampleDeviceCamera extends CommonDevice {
|
||||
|
||||
static function getTypeName($nb=0) {
|
||||
static function getTypeName($nb = 0) {
|
||||
return _n('Camera', 'Cameras', $nb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user