Skip to content

Add php-src-8.5.dockerfile and update php-src-master.dockerfile for GitHub Actions #26

Add php-src-8.5.dockerfile and update php-src-master.dockerfile for GitHub Actions

Add php-src-8.5.dockerfile and update php-src-master.dockerfile for GitHub Actions #26

Triggered via pull request September 24, 2025 22:44
Status Success
Total duration 22s
Artifacts

phan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run Phan: src/Supporting/FileMakerRelation.php#L16
PhanUnextractableAnnotation Saw unextractable annotation for comment '* @Property FileMakerRelation $<<portal_name>> FileMakerRelation object associated with the property name.'
Run Phan: src/Supporting/FileMakerRelation.php#L15
PhanUnextractableAnnotation Saw unextractable annotation for comment '* @Property string $<<field_name>> The field value named as the property name.'
Run Phan: src/Supporting/FileMakerLayout.php#L271
PhanTypeMismatchArgumentNullable Argument 2 ($infoData) is $dataInfo of type ?object but \INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerRelation::__construct() takes array|object defined at src/Supporting/FileMakerRelation.php:72 (expected type to be non-nullable)
Run Phan: src/Supporting/CommunicationProvider.php#L797
PhanTypeArraySuspiciousNullable Suspicious array access to $this->curlInfo of nullable type ?array|array|null
Run Phan: src/Supporting/CommunicationProvider.php#L374
PhanTypeMismatchReturnNullable Returning $result of type ?array|?array{sort?:array{}|non-empty-list<array{fieldName:mixed,sortOrder:'ascend'|string}>,query?:mixed|string[][],fieldData:string[]}|?non-empty-array<mixed,mixed> but justifyRequest() is declared to return array (expected returned value to be non-nullable)
Run Phan: src/Supporting/CommunicationProvider.php#L248
PhanTypeMismatchPropertyReal Assigning $port of type string to property but \INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider->port is int|null (no real type)
Run Phan: src/Supporting/CommunicationProvider.php#L242
PhanTypeMismatchPropertyReal Assigning '3000' of type '3000' to property but \INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider->port is int|null (no real type)
Run Phan: src/FMDataAPI.php#L77
PhanUndeclaredClassMethod Call to method __construct from undeclared class \INTERMediator\FileMakerServer\RESTAPI\Supporting\TestProvider
Run Phan: src/FMDataAPI.php#L77
PhanTypeMismatchPropertyReal Assigning new Supporting\TestProvider($solution, $user, $password, $host, $port, $protocol, $fmDataSource) of type \INTERMediator\FileMakerServer\RESTAPI\Supporting\TestProvider to property but \INTERMediator\FileMakerServer\RESTAPI\FMDataAPI->provider is \INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider|null (no real type)
Run Phan: src/FMDataAPI.php#L6
PhanUnreferencedUseNormal Possibly zero references to use statement for classlike/namespace FileMakerRelation (\INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerRelation)