mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #33] [MERGED] Fix Trying to access array offset on value of type null #43
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/33
Author: @DieterHolvoet
Created: 3/10/2020
Status: ✅ Merged
Merged: 4/26/2020
Merged by: @greg0ire
Base:
1.1.x← Head:issue-32📝 Commits (1)
41a2f0fAdd type check to prevent PHP 7.4 warnings📊 Changes
3 files changed (+42 additions, -1 deletions)
View changed files
📝
lib/Doctrine/Common/Reflection/StaticReflectionParser.php(+5 -1)➕
tests/Doctrine/Tests_PHP74/Common/Reflection/Dummies/TokenParserAnonymousFunctionTestClass.php(+13 -0)➕
tests/Doctrine/Tests_PHP74/Common/Reflection/TokenParserAnonymousFunctionTest.php(+24 -0)📄 Description
Fixes #32
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.