mirror of
https://github.com/danog/parallel.git
synced 2024-11-30 04:39:01 +01:00
Drop strict types
This commit is contained in:
parent
6d88d87fe0
commit
71f8d2016d
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Forking;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Process;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Process;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker\Internal;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Forking;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Stub;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Sync;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Threading;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types = 1);
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Test\Worker;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user