Skip to content

Remove flysystem FTP as a requirement #52

Remove flysystem FTP as a requirement

Remove flysystem FTP as a requirement #52

Triggered via pull request August 8, 2024 14:22
@phily245phily245
opened #106
v2.0
Status Failure
Total duration 36s
Artifacts

checks.yml

on: pull_request
PHP Codesniffer
15s
PHP Codesniffer
PHP Mess Detector
14s
PHP Mess Detector
Rector
26s
Rector
Larastan
26s
Larastan
Matrix: php-tests
Fit to window
Zoom out
Zoom in

Annotations

15 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.
Test on PHP 8.1 & Laravel 10
The job was canceled because "_8_2_11" failed.
Test on PHP 8.1 & Laravel 10
Process completed with exit code 2.
Test on PHP 8.2 & Laravel 10
The job was canceled because "_8_2_11" failed.
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.