mirror of
https://github.com/amphp/parallel.git
synced 2025-01-16 20:28:21 +01:00
Update example styles
This commit is contained in:
parent
af91ae75d8
commit
a00eb2d014
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
require dirname(__DIR__).'/vendor/autoload.php';
|
||||
|
||||
use Revolt\EventLoop;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
require dirname(__DIR__).'/vendor/autoload.php';
|
||||
|
||||
use Amp\ByteStream;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user