Skip to content

update changelog

update changelog #29

Triggered via push March 4, 2025 11:31
Status Failure
Total duration 27s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Commands/GenerateCommand.php#L37
Property OpenSoutheners\LaravelCompanionApps\Commands\GenerateCommand::$files type has no value type specified in iterable type array.
PHPStan: src/Commands/GenerateCommand.php#L106
Parameter #1 $haystack of function str_contains expects string, array|bool|string given.
PHPStan: src/Commands/GenerateCommand.php#L109
Binary operation "." between mixed and '/manifest.json' results in an error.
PHPStan: src/Commands/GenerateCommand.php#L129
Binary operation "." between mixed and '/.well-known…' results in an error.
PHPStan: src/Commands/GenerateCommand.php#L147
Parameter #1 $apps of class OpenSoutheners\LaravelCompanionApps\Generators\AppleAppSiteAssociationGenerator constructor expects array<string, array<string, string>>, array<list<string>> given.
PHPStan: src/Commands/GenerateCommand.php#L149
Binary operation "." between mixed and '/.well-known/apple…' results in an error.
PHPStan: src/Commands/GenerateCommand.php#L157
Method OpenSoutheners\LaravelCompanionApps\Commands\GenerateCommand::getOptions() return type has no value type specified in iterable type array.
PHPStan: src/CompanionApplication.php#L179
Method OpenSoutheners\LaravelCompanionApps\CompanionApplication::getStoreQrCode() has no return type specified.
PHPStan: src/Generators/AppleAppSiteAssociationGenerator.php#L24
Method OpenSoutheners\LaravelCompanionApps\Generators\AppleAppSiteAssociationGenerator::getAppLinks() return type has no value type specified in iterable type array.
PHPStan: src/Generators/AppleAppSiteAssociationGenerator.php#L38
Method OpenSoutheners\LaravelCompanionApps\Generators\AppleAppSiteAssociationGenerator::generate() return type has no value type specified in iterable type array.