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:
@ -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