We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118feac commit 67d42e4Copy full SHA for 67d42e4
translations/pt-BR.md
@@ -778,7 +778,7 @@ function countParameters(string ...$options, string $param)
778
// PHP Fatal error: Only the last parameter can be variadic
779
```
780
781
-Você pode definir um ou mais parâmetros variáveis:
+Você pode ter apenas um parâmetro variável:
782
783
```php
784
function countParameters(string ...$options, string ...$moreOptions)
0 commit comments