Skip to content

Commit 2ed0b31

Browse files
authored
Merge pull request #1 from matthewbdaly-mission/master
Fixed an incorrect access level in the stub file
2 parents de3085f + 7a58b02 commit 2ed0b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stubs/zendframework1.phpstub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133097,7 +133097,7 @@ namespace {
133097133097
/**
133098133098
* @var array<array-key, mixed>
133099133099
*/
133100-
public $_messageVariables;
133100+
protected $_messageVariables;
133101133101
/**
133102133102
* @var array<array-key, mixed>
133103133103
*/

0 commit comments

Comments
 (0)