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 7880c1e commit 8a5febbCopy full SHA for 8a5febb
tests/fixtures/argument-type-declaration.php
@@ -279,6 +279,21 @@ function (PHPUnit\Exception $meh = null) use ($baz)
279
}
280
281
282
+ // @phpcsWarningOnNextLine
283
+ public function d(...$foo) {
284
+
285
+ }
286
287
288
+ public function e(...$foo) {
289
+ $bar = [1, 2, 3];
290
291
292
+ return function (...$bar) {
293
294
+ };
295
296
297
public function buildCallback(): callable {
298
299
/**
0 commit comments