✨ Add Wave Function Collapse #58
ci.yaml
on: pull_request
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Annotations
11 errors and 3 warnings
Check and fix coding styles using PHP CS Fixer (8.3)
Process completed with exit code 8.
|
Execute PHPStan analysis (8.3):
src/Job/WaveFunctionCollapse/CollapseJob.php#L16
Method App\Job\WaveFunctionCollapse\CollapseJob::__construct() has parameter $tiles with no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Job/WaveFunctionCollapse/CollapseJob.php#L112
Method App\Job\WaveFunctionCollapse\CollapseJob::checkValid() has parameter $arr with no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Job/WaveFunctionCollapse/CollapseJob.php#L112
Method App\Job\WaveFunctionCollapse\CollapseJob::checkValid() has parameter $valid with no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Cell.php#L8
Property App\Model\WaveFunctionCollapse\Cell::$options type has no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Cell.php#L10
Method App\Model\WaveFunctionCollapse\Cell::__construct() has parameter $value with no type specified.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Cell.php#L29
Method App\Model\WaveFunctionCollapse\Cell::getOptions() return type has no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Cell.php#L34
Method App\Model\WaveFunctionCollapse\Cell::setOptions() has parameter $options with no value type specified in iterable type array.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Tile.php#L7
Property App\Model\WaveFunctionCollapse\Tile::$index has no type specified.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Tile.php#L8
Property App\Model\WaveFunctionCollapse\Tile::$edges has no type specified.
|
Execute PHPStan analysis (8.3):
src/Model/WaveFunctionCollapse/Tile.php#L9
Property App\Model\WaveFunctionCollapse\Tile::$up has no type specified.
|
Check and fix coding styles using PHP CS Fixer (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Launch PHPUnit test suite (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Execute PHPStan analysis (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|