1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 02:31:29 +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

@@ -1,4 +1,28 @@
<?php
/**
* Part of Text_LanguageDetect
*
* PHP version 5
*
* @category Text
* @package Text_LanguageDetect
* @author Nicholas Pisarro <infinityminusnine+pear@gmail.com>
* @license BSD http://www.opensource.org/licenses/bsd-license.php
* @link http://pear.php.net/package/Text_LanguageDetect/
*/
/**
* Part of the PEAR language detection package
*
* PHP version 5
*
* @category Text
* @package Text_LanguageDetect
* @author Nicholas Pisarro <infinityminusnine+pear@gmail.com>
* @license BSD http://www.opensource.org/licenses/bsd-license.php
* @link http://pear.php.net/package/Text_LanguageDetect/
* @link http://langdetect.blogspot.com/
*/
class Text_LanguageDetect_Exception extends Exception
{
/**