33
2
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:
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; public static $ordering = 900;
/** /**
* Regular expression to look for encoding functions. * Regular expression to look for encoding functions.
* *
* @var string * @var string

View File

@ -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

View File

@ -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[]