Ban overwriting a parameter in Hack
Aberta
feature request
hack
- Linguagem predominante
- C++
- Estrelas
- 18.7k
- Forks
- 3.1k
- Merge médio
- 1h 47min
- PRs com merge (30d)
- 2
Descrição
``` PHP
function foo($bar) {
...
$bar = '123';
...
}
```
This is generally confusing and makes stuff harder to debug; it also makes func_get_args()/debug_backtrace() lie in PHP7 and HHVM.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.