= 80000; default: return false; } } public function isBuiltInReturnTypeHint($type) { if ($type === 'void') { return true; } return $this->isBuiltInParamTypeHint($type); } }