Test Failed
Pull Request — master (#10)
by Alice
01:55
created
examples/SelfManaging/self.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 use Wonderland\Thread\Example\SelfManaging\ManagerThread;
4 4
 use Wonderland\Thread\ThreadPool;
5 5
 
6
-require __DIR__.'/../../vendor/autoload.php';
6
+require __DIR__ . '/../../vendor/autoload.php';
7 7
 
8 8
 $pool = new ThreadPool();
9 9
 $pool->setMaxRunningThreadNb(3);
Please login to merge, or discard this patch.