Chaned ChangeMethodVisibilityRector doc

This commit is contained in:
C0pyR1ght 2020-01-17 12:14:37 +01:00 committed by GitHub
parent 4980d18cb8
commit f289f35fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,10 @@ class MyClass extends FrameworkClass
PHP
,
[
'FrameworkClass' => [
'someMethod' => 'protected',
'$methodToVisibilityByClass' => [
'FrameworkClass' => [
'someMethod' => 'protected',
],
],
]
)]