1
0
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:
Aaron Piotrowski 2016-12-29 19:16:04 -06:00
parent 6d88d87fe0
commit 71f8d2016d
85 changed files with 85 additions and 85 deletions

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Forking;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Process;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Process;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Forking;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Stub;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Sync;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Threading;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Parallel\Test\Worker;