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 640686e + a944d2f commit 1451513Copy full SHA for 1451513
Tests/Fixtures/Prototype/Foo.php
@@ -4,7 +4,7 @@
4
5
class Foo implements FooInterface, Sub\BarInterface
6
{
7
- public function __construct($bar = null, iterable $foo)
+ public function __construct($bar = null, iterable $foo = null)
8
9
}
10
0 commit comments