Automated formatting changes

This commit is contained in:
Formatter Bot 2020-03-01 18:33:21 +00:00
parent b99ab9d138
commit 7404634af6

View File

@ -143,7 +143,7 @@ final class NaiveBayesClassifier
if (\is_array($value)) {
/**
* @var string[] $value
* @var string $word
* @var string $word
*/
foreach ($value as $word) {
if (isset($this->dict[$criteria][$attr]['data'][$word])