fix app compliance
This commit is contained in:
@ -1,18 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: philippe-adrien
|
||||
* Date: 2019-01-18
|
||||
* Time: 19:08
|
||||
*/
|
||||
|
||||
namespace OCA\OCCWeb\Controller;
|
||||
|
||||
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
use Symfony\Component\Console\Output\ConsoleOutputInterface;
|
||||
use Symfony\Component\Console\Output\ConsoleSectionOutput;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
/**
|
||||
* @method ConsoleSectionOutput section()
|
||||
*/
|
||||
class OccOutput extends BufferedOutput implements ConsoleOutputInterface
|
||||
{
|
||||
|
||||
@ -31,4 +29,8 @@ class OccOutput extends BufferedOutput implements ConsoleOutputInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function __call($name, $arguments) {
|
||||
// TODO: Implement @method ConsoleSectionOutput section()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user