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 ef346c1 commit a944d2fCopy full SHA for a944d2f
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