1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 09:41:27 +00:00

Update af_lang_detect plugin with changes from upstream

Reapplied downstream changes for phpmd ruleset
This commit is contained in:
tschuettler
2018-08-02 17:23:14 +02:00
parent c925f4e3fd
commit 31b40448fd
8 changed files with 1087 additions and 205 deletions

View File

@@ -9,7 +9,6 @@
* @author Christian Weiske <cweiske@php.net>
* @copyright 2011 Christian Weiske <cweiske@php.net>
* @license http://www.debian.org/misc/bsd.license BSD
* @version SVN: $Id$
* @link http://pear.php.net/package/Text_LanguageDetect/
*/
@@ -23,7 +22,7 @@
* @package Text_LanguageDetect
* @author Christian Weiske <cweiske@php.net>
* @copyright 2011 Christian Weiske <cweiske@php.net>
* @license http://www.debian.org/misc/bsd.license BSD
* @license BSD http://www.opensource.org/licenses/bsd-license.php
* @link http://www.loc.gov/standards/iso639-2/php/code_list.php
*
* @SuppressWarnings(PHPMD)