Skip to content

Commit adc2fd0

Browse files
committed
Drop it (temporarily, for demonstration purposes)
1 parent 0b988d2 commit adc2fd0

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
@@ -283,22 +283,6 @@ public function set($aNames, $mValue)
283283
return false;
284284
}
285285

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

0 commit comments

Comments
 (0)