PHP 8.3.31
Preview: RunCommandContext.php Size: 550 B
/home/getspomw/royalsquad.us/vendor/symfony/console/Messenger/RunCommandContext.php

<?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\Messenger;

/**
 * @author Kevin Bond <kevinbond@gmail.com>
 */
final class RunCommandContext
{
    public function __construct(
        public readonly RunCommandMessage $message,
        public readonly int $exitCode,
        public readonly string $output,
    ) {
    }
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
550 B lrw-rw-rw- 2025-09-17 06:53:23
Edit Download
941 B lrw-rw-rw- 2025-09-17 06:53:23
Edit Download
1.55 KB lrw-rw-rw- 2025-09-17 06:53:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).