Skip to content

Commit 5dc69e7

Browse files
committed
- code documentation cleaning
1 parent 9f6f9bd commit 5dc69e7

54 files changed

Lines changed: 128 additions & 123 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

class/Files/Admin/AdminBroken.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ class AdminBroken extends Files\CreateFile
3737
private $axc = null;
3838

3939
/**
40-
* @var string
40+
* @var mixed
4141
*/
4242
private $xc = null;
4343

4444
/**
45-
* @var string
45+
* @var mixed
4646
*/
4747
private $pc = null;
4848

class/Files/Admin/AdminIndex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ class AdminIndex extends Files\CreateFile
3737
private $axc = null;
3838

3939
/**
40-
* @var string
40+
* @var mixed
4141
*/
4242
private $xc = null;
4343

4444
/**
45-
* @var string
45+
* @var mixed
4646
*/
4747
private $pc = null;
4848

class/Files/Admin/AdminMenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class AdminMenu extends Files\CreateFile
3333
{
3434
/**
35-
* @var string
35+
* @var mixed
3636
*/
3737
private $xc = null;
3838

class/Files/Admin/AdminPermissions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ class AdminPermissions extends Files\CreateFile
3737
private $axc = null;
3838

3939
/**
40-
* @var string
40+
* @var mixed
4141
*/
4242
private $xc = null;
4343

4444
/**
45-
* @var string
45+
* @var mixed
4646
*/
4747
private $pc = null;
4848

4949
/**
50-
* @var string
50+
* @var mixed
5151
*/
5252
private $cxc = null;
5353

class/Files/Blocks/BlocksFiles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class BlocksFiles extends Files\CreateFile
3838
private $axc = null;
3939

4040
/**
41-
* @var string
41+
* @var mixed
4242
*/
4343
private $xc = null;
4444

4545
/**
46-
* @var string
46+
* @var mixed
4747
*/
4848
private $pc = null;
4949

class/Files/CheckData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class CheckData
3434
{
3535
/**
36-
* @var string
36+
* @var mixed
3737
*/
3838
private $cf = null;
3939

class/Files/Classes/ClassFiles.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ class ClassFiles extends Files\CreateFile
3838
private $cxc = null;
3939

4040
/**
41-
* @var string
41+
* @var mixed
4242
*/
4343
private $xc = null;
4444

4545
/**
46-
* @var string
46+
* @var mixed
4747
*/
4848
private $pc = null;
4949

5050
/**
51-
* @var string
51+
* @var mixed
5252
*/
5353
private $helper = null;
5454

class/Files/Classes/ClassFormElements.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ class ClassFormElements extends Modulebuilder\Files\CreateAbstractClass
5151
private $cxc = null;
5252

5353
/**
54-
* @var string
54+
* @var mixed
5555
*/
5656
private $xc = null;
5757

5858
/**
59-
* @var string
59+
* @var mixed
6060
*/
6161
private $pc = null;
6262

6363
/**
64-
* @var string
64+
* @var mixed
6565
*/
6666
private $helper = null;
6767

class/Files/Classes/ClassHandlerFiles.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
class ClassHandlerFiles extends Files\CreateFile
3333
{
3434
/**
35-
* @var string
35+
* @var mixed
3636
*/
3737
private $xc = null;
3838

3939
/**
40-
* @var string
40+
* @var mixed
4141
*/
4242
private $pc = null;
4343

4444
/**
45-
* @var string
45+
* @var mixed
4646
*/
4747
private $helper = null;
4848

class/Files/Classes/ClassSpecialFiles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ class ClassSpecialFiles extends Files\CreateFile
4040
public $className = null;
4141

4242
/**
43-
* @var string
43+
* @var mixed
4444
*/
4545
private $xc = null;
4646

4747
/**
48-
* @var string
48+
* @var mixed
4949
*/
5050
private $pc = null;
5151

0 commit comments

Comments
 (0)