8000 Merge branch '7.1' into 7.2 · symfony/property-info@eb5ab67 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb5ab67

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: bump lowest required TypeInfo component version [PropertyInfo] Fix generic enum test
2 parents 8c05131 + 15937b8 commit eb5ab67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Extractor/PhpStanExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ public static function allowPrivateAccessProvider(): array
10431043
public function testGenericInterface()
10441044
{
10451045
$this->assertEquals(
1046-
Type::generic(Type::object(\BackedEnum::class), Type::string()),
1046+
Type::generic(Type::enum(\BackedEnum::class), Type::string()),
10471047
$this->extractor->getType(Dummy::class, 'genericInterface'),
10481048
);
10491049
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=8.2",
2727
"symfony/string": "^6.4|^7.0",
28-
"symfony/type-info": "^7.1"
28+
"symfony/type-info": "~7.1.9|^7.2.2"
2929
},
3030
"require-dev": {
3131
"symfony/serializer": "^6.4|^7.0",

0 commit comments

Comments
 (0)
0