We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af91ae7 commit a00eb2dCopy full SHA for a00eb2d
examples/context.php
@@ -1,5 +1,5 @@
1
#!/usr/bin/env php
2
-<?php
+<?php declare(strict_types=1);
3
require dirname(__DIR__).'/vendor/autoload.php';
4
5
use Revolt\EventLoop;
examples/process.php
use Amp\ByteStream;
examples/shared-memory-parcel.php
require __DIR__ . '/../vendor/autoload.php';
0 commit comments