Added getters

This commit is contained in:
William DURAND 2011-03-25 16:24:34 +01:00
commit 4d98e5101f
4 changed files with 7 additions and 4 deletions

View file

@ -24,7 +24,7 @@ use Symfony\Component\Finder\Finder;
* Wrapper command for Phing tasks
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author William DURAND <william.durand1@gmail.com>
* @author William DURAND <william.durand1@gmail.com>
*/
abstract class PhingCommand extends Command
{