Skip to content

Apply fixes from StyleCI (#2229)

fad0569
Select commit
Loading
Failed to load commit list.
Draft

feat: Magic method to handle variables #2228

Apply fixes from StyleCI (#2229)
fad0569
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 10, 2025 in 0s

2 new issues (0 max.) of at least medium severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- src/Collection/Page/Page.php  17
         

See the complete overview on Codacy

Annotations

Check warning on line 667 in src/Collection/Page/Page.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Collection/Page/Page.php#L667

The method __call() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.

Check warning on line 667 in src/Collection/Page/Page.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Collection/Page/Page.php#L667

The method __call() has an NPath complexity of 216. The configured NPath complexity threshold is 200.