File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,12 @@ public function logVariables(): bool
133
133
return $ this ->logVariables ;
134
134
}
135
135
136
- public function setScreamSilencesErrors (array $ scream ): void
136
+ public function setScreamSilencedErrors (array $ scream ): void
137
137
{
138
138
$ this ->scream = $ scream ;
139
139
}
140
140
141
- public function getScreamSilencesErrors (): array
141
+ public function getScreamSilencedErrors (): array
142
142
{
143
143
return $ this ->scream ;
144
144
}
Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ public function testScream()
94
94
\E_USER_WARNING => true ,
95
95
);
96
96
97
- $ this ->assertEmpty ($ this ->errorHandler ->getScreamSilencesErrors ());
98
- $ this ->errorHandler ->setScreamSilencesErrors ($ scream );
99
- $ this ->assertSame ($ scream , $ this ->errorHandler ->getScreamSilencesErrors ());
97
+ $ this ->assertEmpty ($ this ->errorHandler ->getScreamSilencedErrors ());
98
+ $ this ->errorHandler ->setScreamSilencedErrors ($ scream );
99
+ $ this ->assertSame ($ scream , $ this ->errorHandler ->getScreamSilencedErrors ());
100
100
101
101
$ this ->errorHandler ->register ();
102
102
You can’t perform that action at this time.
0 commit comments