az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

#2778: Fix 10.3.x specific PHPCS issue in AZEnterpriseAttributesMigrationSync #3515

Closed joeparsons closed 1 day ago

joeparsons commented 3 days ago

Description

Most (all?) of the work for #2781 was completed before we upgrade to 10.3.0 which introduced a new PHPCS coding standard related to how strict types are declared in PHP files.

This should fix the PHPCS issue that now exists for that file.

Related issues

2778

3290

How to test

Ensure PHPCS checks pass

Types of changes

Arizona Quickstart (install profile, custom modules, custom theme)

Drupal core

Drupal contrib projects

Checklist

tadean commented 1 day ago

This seems to fix the issue. Also verified in testing that the unpublishing still happens in 10.3. Thanks @joeparsons !