Sha256: c00ce03ee1d97bb2b72de641641c297b8361406d190230b609e18a441d8b79a8
Contents?: true
Size: 550 Bytes
Versions: 42
Compression:
Stored size: 550 Bytes
Contents
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Tests\Fixtures; use Symfony\Component\Console\Application; class DescriptorApplicationMbString extends Application { public function __construct() { parent::__construct('MbString åpplicätion'); $this->add(new DescriptorCommandMbString()); } }
Version data entries
42 entries across 42 versions & 1 rubygems