Verified Commit bd1b66bb authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(argonaut) Fix code style and var modifiers on $showActions

issue #6059
Showing with 6 additions and 6 deletions
+6 -6
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
class argonautFuseFAIConfig extends simplePlugin class argonautFuseFAIConfig extends simplePlugin
{ {
var $showActions = FALSE; protected static $showActions = FALSE;
protected $displayHeader = TRUE; protected $displayHeader = TRUE;
static function plInfo (): array static function plInfo (): array
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
class argonautFuseLTSPConfig extends simplePlugin class argonautFuseLTSPConfig extends simplePlugin
{ {
var $showActions = FALSE; protected static $showActions = FALSE;
protected $displayHeader = TRUE; protected $displayHeader = TRUE;
/* Return plugin information for acl handling */ /* Return plugin information for acl handling */
static function plInfo (): array static function plInfo (): array
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
class argonautFuseOPSIConfig extends simplePlugin class argonautFuseOPSIConfig extends simplePlugin
{ {
var $showActions = FALSE; protected static $showActions = FALSE;
protected $displayHeader = TRUE; protected $displayHeader = TRUE;
static function plInfo (): array static function plInfo (): array
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment