feat: add sub-section support for pages #2321
Open
Codacy Production / Codacy Static Code Analysis
succeeded
Apr 28, 2026 in 0s
Your pull request is up to standards!
Here is an overview of what got changed by this pull request:
Issues
======
- Added 1
Complexity increasing per file
==============================
- src/Collection/Page/Page.php 26
- src/Renderer/Extension/Core.php 14
See the complete overview on Codacy
Annotations
Check notice on line 180 in src/Generator/Section.php
codacy-production / Codacy Static Code Analysis
src/Generator/Section.php#L180
The method generate uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Loading