コード例 #1
0
ファイル: Fork.php プロジェクト: symfony-bundles/fork-bundle
 /**
  * {@inheritdoc}
  */
 public function run($size = ProcessInterface::DEFAULT_QUANTITY_PROCESESS)
 {
     return $this->process->size($size)->create($this->each());
 }