Skip to content

Commit a00eb2d

Browse files
committed
Update example styles
1 parent af91ae7 commit a00eb2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env php
2-
<?php
2+
<?php declare(strict_types=1);
33
require dirname(__DIR__).'/vendor/autoload.php';
44

55
use Revolt\EventLoop;

examples/process.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env php
2-
<?php
2+
<?php declare(strict_types=1);
33
require dirname(__DIR__).'/vendor/autoload.php';
44

55
use Amp\ByteStream;

examples/shared-memory-parcel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env php
2-
<?php
2+
<?php declare(strict_types=1);
33

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

0 commit comments

Comments
 (0)