File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -180,24 +180,6 @@ final class OutputFormat
180
180
*/
181
181
private $ indentationLevel = 0 ;
182
182
183
- /**
184
- * @param non-empty-string $methodName
185
- * @param array<array-key, mixed> $arguments
186
- *
187
- * @return mixed
188
- *
189
- * @throws \Exception
190
- */
191
- public function __call (string $ methodName , array $ arguments )
192
- {
193
- if (\method_exists (OutputFormatter::class, $ methodName )) {
194
- // @deprecated since 8.8.0, will be removed in 9.0.0. Call the method on the formatter directly instead.
195
- return \call_user_func_array ([$ this ->getFormatter (), $ methodName ], $ arguments );
196
- } else {
197
- throw new \Exception ('Unknown OutputFormat method called: ' . $ methodName );
198
- }
199
- }
200
-
201
183
/**
202
184
* @internal
203
185
*/
You can’t perform that action at this time.
0 commit comments