mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Fix CS (from phpcbf)
This commit is contained in:

committed by
Johan Cwiklinski

parent
0900bde1c9
commit
46a15511a2
@ -27,7 +27,7 @@
|
||||
--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
if (!defined('GLPI_ROOT')){
|
||||
if (!defined('GLPI_ROOT')) {
|
||||
die("Sorry. You can't access directly to this file");
|
||||
}
|
||||
|
||||
@ -44,4 +44,3 @@ class PluginExampleNotificationTargetExample extends NotificationTarget {
|
||||
$this->datas['##example.name##'] = __('Example', 'example');
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user