Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb084b4

Browse files
committed
minor#18399 [PropertyInfo] Fix PhpStanExtractor added version (colinodell)
This PR was merged into the 6.2 branch.Discussion----------[PropertyInfo] Fix PhpStanExtractor added version`PhpStanExtractor` was actually added in 5.4:symfony/symfony#40457 (comment)Commits-------d47d1fc Fix PhpStanExtractor added version
2 parents5e7f1f7 +d47d1fc commitdb084b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/property_info.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ information from annotations of properties and methods, such as ``@var``,
443443
$phpStanExtractor = new PhpStanExtractor();
444444
$phpStanExtractor->getTypesFromConstructor(Foo::class, 'bar');
445445

446-
..versionadded::6.1
446+
..versionadded::5.4
447447

448-
The ``PhpStanExtractor`` was introduced in Symfony6.1.
448+
The ``PhpStanExtractor`` was introduced in Symfony5.4.
449449

450450
SerializerExtractor
451451
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp