Skip to content

Commit 13dfeef

Browse files
committed
Drop it (temporarily, for demonstration purposes)
1 parent 262b169 commit 13dfeef

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
@@ -233,23 +233,6 @@ public function set($aNames, $mValue)
233233
return false;
234234
}
235235

236-
/**
237-
* @param non-empty-string $sMethodName
238-
* @param array<array-key, mixed> $aArguments
239-
*
240-
* @return mixed
241-
*
242-
* @throws \Exception
243-
*/
244-
public function __call(string $sMethodName, array $aArguments)
245-
{
246-
if (\method_exists(OutputFormatter::class, $sMethodName)) {
247-
return \call_user_func_array([$this->getFormatter(), $sMethodName], $aArguments);
248-
} else {
249-
throw new \Exception('Unknown OutputFormat method called: ' . $sMethodName);
250-
}
251-
}
252-
253236
/**
254237
* @internal
255238
*/

0 commit comments

Comments
 (0)