mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable and configure increment_style fixer
Co-authored-by: Mathias Reker <mathias@reker.dk> Closes GH-698.
This commit is contained in:
@@ -404,7 +404,7 @@ function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) {
|
||||
foreach ($item["category"] as $category) {
|
||||
if (is_null($dog) || in_array($category["term"], (array)$dog, true)) {
|
||||
$ok = true;
|
||||
++$count;
|
||||
$count++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user