style : formatage PHP-CS-Fixer sur le wizard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ $_detectedInText = array_keys(array_filter($_candidates, fn ($_c) => !$_c['known
|
||||
<?php foreach ($flatTagValues as $_v):
|
||||
$_isActive = in_array($_v, $flatArticleTags, true);
|
||||
$_inText = in_array($_v, $_knownInText, true);
|
||||
?>
|
||||
?>
|
||||
<button type="button"
|
||||
class="btn btn-sm <?= $_isActive ? 'btn-secondary' : 'btn-outline-secondary' ?> wz-tag-pill py-0"
|
||||
data-value="<?= htmlspecialchars($_v) ?>"
|
||||
@@ -80,7 +80,7 @@ $_detectedInText = array_keys(array_filter($_candidates, fn ($_c) => !$_c['known
|
||||
'proper' => 'NP',
|
||||
default => '',
|
||||
};
|
||||
?>
|
||||
?>
|
||||
<button type="button"
|
||||
class="btn btn-sm <?= $_isActive ? 'btn-info' : 'btn-outline-info' ?> wz-tag-pill py-0"
|
||||
data-value="<?= htmlspecialchars($_v) ?>"
|
||||
|
||||
Reference in New Issue
Block a user