Skip to content

Commit c26e73e

Browse files
committed
Update example styles
1 parent 8a0ecc2 commit c26e73e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/argument-unpacking.php

Lines changed: 1 addition & 1 deletion
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

examples/backpressure.php

Lines changed: 1 addition & 1 deletion
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

examples/concurrent.php

Lines changed: 1 addition & 1 deletion
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

examples/fast-consumption.php

Lines changed: 1 addition & 1 deletion
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)