33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-02-06 19:48:31 +00:00

2.4, 2.4 is everywhere

This commit is contained in:
Denis Ryabov 2021-05-15 22:15:06 +03:00
parent 09b49ec5af
commit d1a1bfd10b

View File

@ -29,7 +29,7 @@ abstract class JEDCheckerHelper
* @param string $basedir Extension's directory * @param string $basedir Extension's directory
* *
* @return string[] * @return string[]
* @since 3.0 * @since 2.4
*/ */
public static function findManifests($basedir) public static function findManifests($basedir)
{ {
@ -78,7 +78,7 @@ abstract class JEDCheckerHelper
* @param string $path2 2nd path to compare * @param string $path2 2nd path to compare
* *
* @return integer * @return integer
* @since 3.0 * @since 2.4
*/ */
public static function sortPathsCmp($path1, $path2) public static function sortPathsCmp($path1, $path2)
{ {
@ -94,7 +94,7 @@ abstract class JEDCheckerHelper
* @param string $content Text to split * @param string $content Text to split
* *
* @return string[] * @return string[]
* @since 3.0 * @since 2.4
*/ */
public static function splitLines($content) public static function splitLines($content)
{ {
@ -108,7 +108,7 @@ abstract class JEDCheckerHelper
* @param SimpleXMLElement $xml XML Manifest * @param SimpleXMLElement $xml XML Manifest
* *
* @return string * @return string
* @since 3.0 * @since 2.4
*/ */
public static function getElementName($xml) public static function getElementName($xml)
{ {
@ -151,7 +151,7 @@ abstract class JEDCheckerHelper
* @param int $options Bitwise set of options * @param int $options Bitwise set of options
* *
* @return string * @return string
* @since 3.0 * @since 2.4
*/ */
public static function cleanPhpCode($content, $options = self::CLEAN_HTML | self::CLEAN_COMMENTS) public static function cleanPhpCode($content, $options = self::CLEAN_HTML | self::CLEAN_COMMENTS)
{ {
@ -253,7 +253,7 @@ abstract class JEDCheckerHelper
* @param string $content Partial content * @param string $content Partial content
* *
* @return string * @return string
* @since 3.0 * @since 2.4
*/ */
protected static function removeContent($content) protected static function removeContent($content)
{ {