[PR #58] [MERGED] Bump CI tooling and workflows and fix remaining PHP 8.1 issues #67

Closed
opened 2026-01-24 11:25:00 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/58
Author: @derrabus
Created: 5/31/2022
Status: Merged
Merged: 5/31/2022
Merged by: @derrabus

Base: 1.2.xHead: bump/ci


📝 Commits (1)

  • 5a9336e Bump CI tooling and workflows

📊 Changes

27 files changed (+244 additions, -251 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+4 -36)
📝 .github/workflows/continuous-integration.yml (+5 -83)
📝 .github/workflows/release-on-milestone-closed.yml (+6 -36)
📝 .github/workflows/static-analysis.yml (+8 -16)
📝 composer.json (+8 -5)
📝 lib/Doctrine/Common/Reflection/Compatibility/Php8/ReflectionClass.php (+3 -0)
📝 lib/Doctrine/Common/Reflection/Compatibility/Php8/ReflectionMethod.php (+2 -0)
📝 lib/Doctrine/Common/Reflection/Compatibility/ReflectionClass.php (+3 -2)
📝 lib/Doctrine/Common/Reflection/Compatibility/ReflectionMethod.php (+3 -2)
📝 lib/Doctrine/Common/Reflection/Psr0FindFile.php (+2 -1)
📝 lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php (+3 -2)
📝 lib/Doctrine/Common/Reflection/StaticReflectionClass.php (+45 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionMethod.php (+35 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionParser.php (+29 -14)
📝 lib/Doctrine/Common/Reflection/StaticReflectionProperty.php (+13 -0)
📝 lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php (+3 -2)
📝 phpcs.xml.dist (+17 -1)
📝 phpstan.neon.dist (+3 -8)
📝 tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php (+8 -6)
📝 tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php (+8 -4)

...and 7 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/reflection/pull/58 **Author:** [@derrabus](https://github.com/derrabus) **Created:** 5/31/2022 **Status:** ✅ Merged **Merged:** 5/31/2022 **Merged by:** [@derrabus](https://github.com/derrabus) **Base:** `1.2.x` ← **Head:** `bump/ci` --- ### 📝 Commits (1) - [`5a9336e`](https://github.com/doctrine/reflection/commit/5a9336e89bb6be1829c00ed3a3c01f91ed5d4f70) Bump CI tooling and workflows ### 📊 Changes **27 files changed** (+244 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+4 -36) 📝 `.github/workflows/continuous-integration.yml` (+5 -83) 📝 `.github/workflows/release-on-milestone-closed.yml` (+6 -36) 📝 `.github/workflows/static-analysis.yml` (+8 -16) 📝 `composer.json` (+8 -5) 📝 `lib/Doctrine/Common/Reflection/Compatibility/Php8/ReflectionClass.php` (+3 -0) 📝 `lib/Doctrine/Common/Reflection/Compatibility/Php8/ReflectionMethod.php` (+2 -0) 📝 `lib/Doctrine/Common/Reflection/Compatibility/ReflectionClass.php` (+3 -2) 📝 `lib/Doctrine/Common/Reflection/Compatibility/ReflectionMethod.php` (+3 -2) 📝 `lib/Doctrine/Common/Reflection/Psr0FindFile.php` (+2 -1) 📝 `lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php` (+3 -2) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionClass.php` (+45 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionMethod.php` (+35 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionParser.php` (+29 -14) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionProperty.php` (+13 -0) 📝 `lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php` (+3 -2) 📝 `phpcs.xml.dist` (+17 -1) 📝 `phpstan.neon.dist` (+3 -8) 📝 `tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php` (+8 -6) 📝 `tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php` (+8 -4) _...and 7 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:25:00 +01:00
admin closed this issue 2026-01-24 11:25:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#67