mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #58] [MERGED] Bump CI tooling and workflows and fix remaining PHP 8.1 issues #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:bump/ci📝 Commits (1)
5a9336eBump 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.