Shape fields doc comment reflection
Aberta
feature request
- Linguagem predominante
- C++
- Estrelas
- 18.7k
- Forks
- 3.1k
- Merge médio
- 1h 47min
- PRs com merge (30d)
- 2
Descrição
Please allow reflection on shape field doc comment in order to be able to create
auto documented rest services.
example:
```
const type abc = shape(
/**
* field purpose
*/
'field1' => string
);
```
maybe something like this.
```
$ref = new \ReflectionTypeAlias('abc')->getField('field1')->getDocComment();
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.