Update example styles

This commit is contained in:
Aaron Piotrowski 2024-01-28 12:39:24 -06:00
parent af91ae75d8
commit a00eb2d014
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
require dirname(__DIR__).'/vendor/autoload.php';
use Revolt\EventLoop;

View File

@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
require dirname(__DIR__).'/vendor/autoload.php';
use Amp\ByteStream;

View File

@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
require __DIR__ . '/../vendor/autoload.php';