Skip to content

Commit 423e6d2

Browse files
Baldininicolas-grekas
authored andcommitted
[PhpUnitBridge] Add some more native types
1 parent 764510a commit 423e6d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dumper/PhpDumper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ public function __construct(ContainerBuilder $container)
108108

109109
/**
110110
* Sets the dumper to be used when dumping proxies in the generated container.
111-
*
112-
* @return void
113111
*/
114-
public function setProxyDumper(DumperInterface $proxyDumper)
112+
public function setProxyDumper(DumperInterface $proxyDumper): void
115113
{
116114
$this->proxyDumper = $proxyDumper;
117115
$this->hasProxyDumper = !$proxyDumper instanceof NullDumper;

0 commit comments

Comments
 (0)