1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00

Update composer

This commit is contained in:
Daniel Neto 2024-03-05 19:29:45 -03:00
parent 330cdbe615
commit 0c83c9a678
442 changed files with 9523 additions and 10793 deletions

View file

@ -26,7 +26,7 @@ use Symfony\Component\Console\Style\SymfonyStyle;
class SymfonyQuestionHelper extends QuestionHelper
{
/**
* @return void
* {@inheritdoc}
*/
protected function writePrompt(OutputInterface $output, Question $question)
{
@ -84,7 +84,7 @@ class SymfonyQuestionHelper extends QuestionHelper
}
/**
* @return void
* {@inheritdoc}
*/
protected function writeError(OutputInterface $output, \Exception $error)
{