33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-03 22:57:21 +00:00

remove incorrect since tags

This commit is contained in:
Denis Ryabov 2021-06-26 22:08:42 +03:00
parent c50e39e357
commit e5c59dc116

View File

@ -248,7 +248,6 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
* @param string $langTag The language to load * @param string $langTag The language to load
* *
* @return void * @return void
* @since 3.0
*/ */
protected function loadExtensionLanguage($xml, $langDir, $langTag = 'en-GB') protected function loadExtensionLanguage($xml, $langDir, $langTag = 'en-GB')
{ {
@ -335,7 +334,6 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
* @param string $url URL to validate * @param string $url URL to validate
* *
* @return void * @return void
* @since 3.0
*/ */
protected function validateDomain($file, $url) protected function validateDomain($file, $url)
{ {