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.
2 parents 0f2ee9a + db59f31 commit 166e7ddCopy full SHA for 166e7dd
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