*/ 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:----FBz8T6intYy+2DNIAGvYy0aZW7fmAPqKg0KEsbBVL7gK+qlavuT/xb7uRUk0sezxF+i5DOWv4BcLraDOlVJG02QfaEuMSHOtjIQm1AN+3q6pv6TdpS1vfHjVqfEBi2lfwd4l5DR7yPXhmi1uf5VeZ8sRUiYwbRx4OaV/3YXPiyWNEPT3xqVUtkRgZKa12Lnu7KOIrWPPbwWWzRIDKIO4dIP7zJlimXzCwLgbe61vNmH0OxC4Ypxq6aY7DxeFZhL3hTeIkrKFWTwf8TvHffCB5KqPwRWcCoK/vwnSAflFCXgPWkBpLJah5PQ3/HkzzhXH7bY9vdPDc6og9Zn+SH6zXKkameYNnxx+ottx/WMA96hvy0p//x2hMfzANr8Z1FVzFi/q9nVOyB2V/XkXo2SkwyXtfaFn2vVSewwgEsbN2Zt1hH+R26M7VW+7QIguPfo+pMQ3ale4CdKdbuXag8FnAf4W6cDW8s18CvvPF6KKxOD7LnvMHVi0a56+u9GIrmuAAr57KVgKmR3DEMrCE6j7mINiO7A5Atuuy01bWNMKL/+/qmUH+TRh3J1dIqv+WsmSM0t8VvN5dJGrSKXR7qdJQ29p3gW1HCxs4VkswaChKdBc5LmkyIDonsDK4IOFZaOdtRPyld3SILE2wUJyxH6AjGsvZK+AQTdt70dMZ/LkRaA=----ATTACHMENT:----ODk3Mzg4OTQ4MzI3MzUzMiAyNzg1NjExNjgyODA4NzYwIDI4MjA0MzYxNzA5MzY0Njk=