Skip to content

Commit b65a42c

Browse files
committed
Added docblock for autocompletion.
Signed-off-by: Joshua Parker <[email protected]>
1 parent 8ad25b7 commit b65a42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Pipes/PipelineTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
declare(strict_types=1);
44

5+
use Codefy\Framework\Configuration\ApplicationBuilder;
56
use Codefy\Framework\Pipeline\Pipeline;
67
use Codefy\Framework\Pipeline\PipelineBuilder;
78
use Codefy\Framework\tests\Pipes\PipeFour;
@@ -10,7 +11,9 @@
1011
use Codefy\Framework\tests\Pipes\PipeTwo;
1112
use PHPUnit\Framework\Assert;
1213

14+
/** @var ApplicationBuilder $app */
1315
$app = require_once __DIR__ . '/../vendor/bootstrap.php';
16+
1417
$pipeline = new Pipeline($app->return());
1518

1619
it('has exception handled by onFailure method.', function () use ($pipeline) {

0 commit comments

Comments
 (0)