Ejemplo n.º 1
0
 /**
  * TeamLead drink coffee, junior work
  * @return mixed
  */
 public function writeCode()
 {
     return $this->slave->writeBadCode();
 }
Ejemplo n.º 2
0
 public function writeCode() : string
 {
     return $this->junior->writeBadCode();
 }