Skip to content

Removed deprecations for implicit nullable method type hints

6822db6
Select commit
Loading
Failed to load commit list.
Merged

Php8.3 #1

Removed deprecations for implicit nullable method type hints
6822db6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 17, 2025 in 1m 52s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the php8.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP ENV OS State
18.1 8.3 XDEBUG_MODE=coverage Linux passed
18.2 8.4 XDEBUG_MODE=coverage Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Versions 8.3, 8.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": false,
  "env": [
    "global={:XDEBUG_MODE=>\"coverage\"}"
  ],
  "php": [
    "8.3",
    "8.4"
  ],
  "before_script": [
    "composer install --prefer-dist"
  ],
  "script": [
    "composer validate",
    "./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover"
  ],
  "jobs": {
    "fast_finish": true
  }
}