Skip to content

Commit 82bc52f

Browse files
committed
Reformat code
1 parent 144dd07 commit 82bc52f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/Resources/contao/classes/Support.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Support
1111
{
1212
/**
13-
* Support Rocksolid Custom Element
13+
* Support Rocksolid Custom Elements
1414
*
1515
* @param DataContainer $dc
1616
*/

src/Resources/contao/dca/tl_style_manager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
$GLOBALS['TL_DCA']['tl_style_manager'] = array
99
(
10-
1110
// Config
1211
'config' => array
1312
(
@@ -218,7 +217,6 @@
218217

219218
class tl_style_manager extends \Backend
220219
{
221-
222220
/**
223221
* Import the back end user object
224222
*/
@@ -248,6 +246,7 @@ public function checkPermission()
248246
public function getAllCategories(DataContainer $dc)
249247
{
250248
$arrCategories = StyleManagerCategoriesModel::findAll();
249+
$arrResult = array();
251250

252251
if($arrCategories !== null)
253252
{

src/Resources/contao/dca/tl_style_manager_categories.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
*/
128128
class tl_style_manager_categories extends \Backend
129129
{
130-
131130
/**
132131
* Import the back end user object
133132
*/

0 commit comments

Comments
 (0)