This commit is contained in:
2020-01-29 22:03:47 +01:00
parent 93e4701a82
commit 222e9d5956
3 changed files with 11 additions and 64 deletions

View File

@ -30,7 +30,7 @@ class OccOutput extends BufferedOutput implements ConsoleOutputInterface
}
public function __call($name, $arguments) {
// TODO: Implement @method ConsoleSectionOutput section()
}
// public function __call($name, $arguments) {
// // TODO: Implement @method ConsoleSectionOutput section()
// }
}