Skip to content

Commit d07a878

Browse files
committed
#74 #in_progress #comment Ajout phpdoc DefaultCommand
1 parent 232598e commit d07a878

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Command/DefaultCommand.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php
2+
/*
3+
* Ce fichier fait partie du projet Studoo.
4+
*
5+
* (c) Benoit Foujols <[email protected]>
6+
*
7+
* Pour les informations complètes sur les droits d'auteur et la licence,
8+
* veuillez consulter le fichier LICENSE qui a été distribué avec ce code source.
9+
*/
210

311
namespace Studoo\Command;
412

@@ -9,6 +17,14 @@
917
use Symfony\Component\Console\Input\InputInterface;
1018
use Symfony\Component\Console\Output\OutputInterface;
1119

20+
/**
21+
* Commande par defaut qui affiche
22+
* - la liste des commandes
23+
* - information sur l'environnement
24+
*
25+
* Commande : studoo
26+
*
27+
*/
1228
class DefaultCommand extends CommandManage
1329
{
1430
protected static $defaultName = 'default';

0 commit comments

Comments
 (0)