shell bypass 403

UnknownSec Shell


name : PipelineBuilderInterface.php
<?php
declare(strict_types=1);

namespace League\Pipeline;

interface PipelineBuilderInterface
{
    /**
     * Add an stage.
     *
     * @return self
     */
    public function add(callable $stage): PipelineBuilderInterface;

    /**
     * Build a new Pipeline object.
     */
    public function build(ProcessorInterface $processor = null): PipelineInterface;
}

© 2025 UnknownSec
afwwrfwafr45458465
Password