Skip to content

Return immediately instead of assign to variable then return.

fc6ad02
Select commit
Loading
Failed to load commit list.
Open

Alter attributes event - Reroll of pull/95 #103

Return immediately instead of assign to variable then return.
fc6ad02
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jul 17, 2025 in 45s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #103 Alter attributes event - Reroll of pull/95.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job PHP OS State
114.1 8.0 Linux failed
114.2 8.1 Linux failed
114.3 8.2 Linux failed
114.4 8.3 Linux failed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jobs": {
    "include": [
      {
        "php": "8.0",
        "dist": "focal"
      },
      {
        "php": "8.1",
        "dist": "jammy"
      },
      {
        "php": "8.2",
        "dist": "jammy"
      },
      {
        "php": "8.3",
        "dist": "jammy"
      }
    ]
  },
  "before_script": [
    "composer install"
  ],
  "script": [
    "./vendor/bin/phpcs",
    "./vendor/bin/phpunit"
  ]
}