Skip to content

Commit 35d5c71

Browse files
committed
Drop it (temporarily, for demonstration purposes)
1 parent 7da5b82 commit 35d5c71

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/OutputFormat.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -282,22 +282,6 @@ public function set($aNames, $mValue)
282282
return false;
283283
}
284284

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

0 commit comments

Comments
 (0)