mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
Fix mini bugs
This commit is contained in:
parent
adadf9d198
commit
4e769fc979
|
|
@ -30,11 +30,11 @@ class NaiveBayesFilter
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function trainMatch($matched) \* : void *\
|
public function trainMatch($matched) /* : void */
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function trainMismatch($mismatch) \* : void *\
|
public function trainMismatch($mismatch) /* : void */
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,5 +55,5 @@ interface ValidatorInterface
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public static function getErrorCode() : int
|
public static function getErrorCode() : int;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user