Skip to content

Better PHP doc? - #2222

Draft
ArnaudLigny wants to merge 1 commit into
masterfrom
php-doc
Draft

Better PHP doc?#2222
ArnaudLigny wants to merge 1 commit into
masterfrom
php-doc

Better PHP doc?

4cea203
Select commit
Loading
Failed to load commit list.
Scrutinizer / Inspection succeeded Sep 11, 2025 in 5m 48s

Summary

5 new issues

Annotations

Check warning on line 40 in src/Step/AbstractStep.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Step/AbstractStep.php#L40

The type ``Cecil\Step\BuildOptions`` was not found. Maybe you did not declare it correctly or [list all dependencies](/docs/tools/php/php-scrutinizer/#list-dependency-paths)?

Check warning on line 42 in src/Step/StepInterface.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Step/StepInterface.php#L42

The type ``Cecil\Step\BuildOptions`` was not found. Maybe you did not declare it correctly or [list all dependencies](/docs/tools/php/php-scrutinizer/#list-dependency-paths)?

Check notice on line 61 in src/Step/AbstractStep.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Step/AbstractStep.php#L61

It seems like ``$options`` of type ``array`` is incompatible with the declared type ``Cecil\Step\BuildOptions`` of property ``$options``.

Check warning on line 122 in src/Builder.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Builder.php#L122

The type ``Cecil\BuildOptions`` was not found. Maybe you did not declare it correctly or [list all dependencies](/docs/tools/php/php-scrutinizer/#list-dependency-paths)?

Check notice on line 265 in src/Builder.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Builder.php#L265

It seems like ``array_merge(self::OPTIONS, $options)`` of type ``array`` is incompatible with the declared type ``Cecil\BuildOptions`` of property ``$options``.