Better PHP doc? - #2222
Summary
5 new issues
Annotations
Check warning on line 40 in src/Step/AbstractStep.php
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
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
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
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
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``.