mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-02 18:08:21 +00:00
fix indent after web merge
This commit is contained in:
parent
92eaafd260
commit
7ffbe86463
@ -55,7 +55,7 @@ class JedcheckerRulesEncoding extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
public static $ordering = 900;
|
public static $ordering = 900;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Regular expression to look for encoding functions.
|
* Regular expression to look for encoding functions.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
|
@ -53,7 +53,7 @@ class JedcheckerRulesGpl extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
public static $ordering = 500;
|
public static $ordering = 500;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Regular expression to match GPL licenses.
|
* Regular expression to match GPL licenses.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
|
@ -57,7 +57,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
public static $ordering = 0;
|
public static $ordering = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of JED extension types
|
* List of JED extension types
|
||||||
*
|
*
|
||||||
* @var string[]
|
* @var string[]
|
||||||
|
Loading…
Reference in New Issue
Block a user