Remove flysystem as a requirement #51
checks.yml
on: push
PHP Codesniffer
12s
PHP Mess Detector
15s
Rector
29s
Larastan
19s
Matrix: php-tests
Annotations
14 errors
Test on PHP 8.2 & Laravel 11
Process completed with exit code 2.
|
Test on PHP 8.3 & Laravel 11
The job was canceled because "_8_2_11" failed.
|
Test on PHP 8.3 & Laravel 11
Process completed with exit code 2.
|
Larastan:
src/Checks/FtpHealthCheck.php#L15
Parameter $ftpAdapter of method UKFast\HealthCheck\Checks\FtpHealthCheck::__construct() has invalid type League\Flysystem\Ftp\FtpAdapter.
|
Larastan:
src/Checks/FtpHealthCheck.php#L15
Property UKFast\HealthCheck\Checks\FtpHealthCheck::$ftpAdapter has unknown class League\Flysystem\Ftp\FtpAdapter as its type.
|
Larastan:
src/Checks/FtpHealthCheck.php#L22
Call to method listContents() on an unknown class League\Flysystem\Ftp\FtpAdapter.
|
Larastan:
tests/Checks/FtpHealthCheckTest.php#L15
Class League\Flysystem\Ftp\FtpAdapter not found.
|
Larastan:
tests/Checks/FtpHealthCheckTest.php#L16
Call to method expects() on an unknown class League\Flysystem\Ftp\FtpAdapter.
|
Larastan:
tests/Checks/FtpHealthCheckTest.php#L17
Instantiated class League\Flysystem\Ftp\UnableToConnectToFtpHost not found.
|
Larastan:
tests/Checks/FtpHealthCheckTest.php#L34
Class League\Flysystem\Ftp\FtpAdapter not found.
|
Larastan:
tests/Checks/FtpHealthCheckTest.php#L35
Call to method expects() on an unknown class League\Flysystem\Ftp\FtpAdapter.
|
Larastan
Process completed with exit code 1.
|
Test on PHP 8.2 & Laravel 10
The job was canceled because "_8_2_11" failed.
|
Test on PHP 8.1 & Laravel 10
The job was canceled because "_8_2_11" failed.
|