Skip to content

Merge branch 'master' into sub-sections

731f721
Select commit
Loading
Failed to load commit list.
Open

feat: add sub-section support for pages #2321

Merge branch 'master' into sub-sections
731f721
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Apr 28, 2026 in 0s

Your pull request is up to standards!

Codacy 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

See this annotation in the file changed.

@codacy-production 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.