mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +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
|
||||
*/
|
||||
public static function getErrorCode() : int
|
||||
public static function getErrorCode() : int;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user