mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
Automated formatting changes
This commit is contained in:
parent
b99ab9d138
commit
7404634af6
|
|
@ -143,7 +143,7 @@ final class NaiveBayesClassifier
|
||||||
if (\is_array($value)) {
|
if (\is_array($value)) {
|
||||||
/**
|
/**
|
||||||
* @var string[] $value
|
* @var string[] $value
|
||||||
* @var string $word
|
* @var string $word
|
||||||
*/
|
*/
|
||||||
foreach ($value as $word) {
|
foreach ($value as $word) {
|
||||||
if (isset($this->dict[$criteria][$attr]['data'][$word])
|
if (isset($this->dict[$criteria][$attr]['data'][$word])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user