-
## Current behavior
feature request:
if you type
```ts
function foo() {
console.log(bar)
}
```
it renders as plaintext
## Expected/desired behavior
renders as syntax-highli…
-
In multiple places this is defined in the docblocks as int when it is a string.
Assuming that the end-game is that the docblocks match the type hinting and of course the usage, how best to square the…
-
The code overall needs better commenting, and that starts with adding docblocks.
-
Should we use DocBlocks or not? I used to like them a lot, and I can see where it's handy to use them for automatic documentation, but on the other hand, they take up so much space, it feels like unne…
ghost updated
11 years ago
-
- [x] Run `bin/configlet sync -u -e book-store --yes --docs --filepaths --metadata --tests include` (updates the Markdown files and maybe `tests.toml`)
- docs: instructions unsynced: book-store
- …
-
None of these docblocks are valid...
-
A collection of things we need to do to fully support docblocks
First we need to get missing docblock for properties working: https://github.com/ovr/phpsa/blob/master/src/Compiler/Expression.php#L263
-
I am wondering why there is no section of documentation or docblocks. Is it conventional to leave them out? What is the reason I don't see any docblocks in the open-sourced projects you guys have?
…
-
Since this is a tool that people should use to build upon, we should have better docblocks to describe more advanced usages of API's.
Plus, I LOVE ASCII art.
-
https://github.com/php-stubs/wordpress-stubs/pull/222 and https://github.com/php-stubs/wordpress-stubs/pull/243/files
We used a custom phpstan plugin that used the `@since` info, but that has been …