Skip to content

Commit

Permalink
fix indent after web merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dryabov committed Aug 28, 2021
1 parent 92eaafd commit 7ffbe86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class JedcheckerRulesEncoding extends JEDcheckerRule
*/
public static $ordering = 900;

/**
/**
* Regular expression to look for encoding functions.
*
* @var string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class JedcheckerRulesGpl extends JEDcheckerRule
*/
public static $ordering = 500;

/**
/**
* Regular expression to match GPL licenses.
*
* @var string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
*/
public static $ordering = 0;

/**
/**
* List of JED extension types
*
* @var string[]
Expand Down

0 comments on commit 7ffbe86

Please sign in to comment.