add php cs fixer

This commit is contained in:
isUnknown 2024-04-09 07:24:22 +02:00
parent 76b98eb2e3
commit 85a6807984
4 changed files with 49 additions and 6 deletions

View file

@ -37,12 +37,12 @@
class="see-more toggle left" @click="isOpen = !isOpen">Lire</button>
</div>
<?php foreach($year->children() as $article): ?>
<?php snippet(
'text-item',
[
'article' => $article
]
) ?>
<?php snippet(
'text-item',
array(
'article' => $article
)
) ?>
<?php endforeach ?>
<?php endforeach ?>
</ul>