コード例 #1
0
 /**
  * TeamLead drink coffee, junior work
  * @return mixed
  */
 public function writeCode()
 {
     return $this->slave->writeBadCode();
 }
コード例 #2
0
 public function writeCode() : string
 {
     return $this->junior->writeBadCode();
 }