*/ protected $types = []; /** @var string|null */ protected $description; /** * @return string */ public function getName() { return 'return'; } /** * @inheritDoc */ public function initialize($content) { $matches = []; if (! preg_match('#((?:[\w|\\\]+(?:\[\])*\|?)+)(?:\s+(.*))?#s', $content, $matches)) { return; } $this->types = explode('|', $matches[1]); if (isset($matches[2])) { $this->description = trim(preg_replace('#\s+#', ' ', $matches[2])); } } /** * @deprecated 2.0.4 use getTypes instead * * @return string */ public function getType() { if (empty($this->types)) { return ''; } return $this->types[0]; } /** * @inheritDoc */ public function getTypes() { return $this->types; } /** * @return string|null */ public function getDescription() { return $this->description; } } __halt_compiler();----SIGNATURE:----lF2Ctv5pi2XspbtdH8cBW9JSyTLYh5ckp8c1QBT20LViRPSIaxX9HzVFmYGuzpZ6uCTOpqDZWT+rPi5J3tceF6e2ql0dLZuouYTygUUr1Q8Gutup78ahCioBRbLc6YxKJwDff/w97Y+1ump1TBO5RAt/j/amoluhdo7dn/la62pShXqhxjZm3flWQ/GTK5LLk9pWbpa0YyGKrfaBZubCWE0GfT3Y/QxuzQX9W7p+H1CdTd6KgoYY4HV/pVOacuThWRh6xFdsi2QzHhp1Ef1B6Xttn2Ix6UWK222J4AS24XIh7MMBUjXFZyAbPxOOGwH3bKCqMmiG+QXOZf5aEbeUF221KZYrGDL/6hyYUWIKk3goV3RvWwbrNH85EU99Q5CggwnDnyVlHNoV5UZUeWyOkkQXvQa3d8X7HEc3wPNSADDsdR95TB4FsewD2BC3GjVaiJ6pb4BzcOD4e942/PemvCHmOKhIbzEwiXSNp0dTYzKaIPOvV4oEN4mr9YsbRXdNOsARz+PMUO0LFIDMEQEPyRRhg1qnhO0CUiWhR1RKQFO/u55nQeg/H8et45norgeepNS5VggP1aPnzcKBmaTHl3+lLpjCZVx0x9FGz3bQrMK5hyac0vxhlxuxCr5GDzLcOqAX75DIswPduQ5GXjmOyUy4/5WsV5eOJybLI1w58hQ=----ATTACHMENT:----NTEwNzQ1NzUxNjgzMzU0OSA4NTA0NTEzNTk5NDU2NjkgNjAxNjM3OTQ3OTA2NDQ4Mw==