Skip to content

Commit 52cb3b6

Browse files
authored
FIX: style
1 parent 20f98d5 commit 52cb3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/ModulBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ abstract class ModulBase extends \IPSModule
209209
'Z2M_YAxis',
210210
'Z2M_ZAxis'
211211
];
212-
212+
213213
/**
214214
* @var string[]
215215
* Liste von Composite-Keys, die beim Flattening übersprungen werden sollen.
@@ -220,7 +220,7 @@ abstract class ModulBase extends \IPSModule
220220
'endpoints', // Endpoint-Informationen nicht als Einzelvariablen anlegen
221221
'options' // Optionsstruktur nicht als Einzelvariablen anlegen
222222
];
223-
223+
224224
/**
225225
* @var string $ExtensionTopic
226226
* Muss überschrieben werden.

0 commit comments

Comments
 (0)