Fixed constructors, default memory to -1, default async generator

This commit is contained in:
Shoghi Cervantes
2015-03-14 15:50:33 +01:00
parent 9158cc4f19
commit 807107e581
5 changed files with 11 additions and 12 deletions

View File

@ -77,7 +77,7 @@ class GenerationThread extends Thread{
return $this->logger;
}
public function __construct(\Threaded $internalThreaded, \Threaded $externalThreaded, \ThreadedLogger $logger, \ClassLoader $loader){
public function __construct(\ThreadedLogger $logger, \ClassLoader $loader){
$this->loader = $loader;
$this->logger = $logger;
$loadPaths = [];