Skip to content

Commit 880a39b

Browse files
committed
Drop it (temporarily, for demonstration purposes)
1 parent 2b3455b commit 880a39b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/OutputFormat.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -283,23 +283,6 @@ public function set($aNames, $mValue)
283283
return false;
284284
}
285285

286-
/**
287-
* @param non-empty-string $sMethodName
288-
* @param array<array-key, mixed> $aArguments
289-
*
290-
* @return mixed
291-
*
292-
* @throws \Exception
293-
*/
294-
public function __call(string $sMethodName, array $aArguments)
295-
{
296-
if (\method_exists(OutputFormatter::class, $sMethodName)) {
297-
return \call_user_func_array([$this->getFormatter(), $sMethodName], $aArguments);
298-
} else {
299-
throw new \Exception('Unknown OutputFormat method called: ' . $sMethodName);
300-
}
301-
}
302-
303286
/**
304287
* @internal
305288
*/

0 commit comments

Comments
 (0)