Skip to content

Commit

Permalink
Update example styles
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 28, 2024
1 parent af91ae7 commit a00eb2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/context.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
require dirname(__DIR__).'/vendor/autoload.php';

use Revolt\EventLoop;
Expand Down
2 changes: 1 addition & 1 deletion examples/process.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
require dirname(__DIR__).'/vendor/autoload.php';

use Amp\ByteStream;
Expand Down
2 changes: 1 addition & 1 deletion examples/shared-memory-parcel.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';

Expand Down

0 comments on commit a00eb2d

Please sign in to comment.