31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-04 14:30:48 +00:00

fix indent after web merge

This commit is contained in:
Denis Ryabov 2021-08-28 19:14:50 +03:00
parent 92eaafd260
commit 7ffbe86463
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ class JedcheckerRulesEncoding extends JEDcheckerRule
*/
public static $ordering = 900;
/**
/**
* Regular expression to look for encoding functions.
*
* @var string

View File

@ -53,7 +53,7 @@ class JedcheckerRulesGpl extends JEDcheckerRule
*/
public static $ordering = 500;
/**
/**
* Regular expression to match GPL licenses.
*
* @var string

View File

@ -57,7 +57,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
*/
public static $ordering = 0;
/**
/**
* List of JED extension types
*
* @var string[]