Skip to content

Commit ef139b5

Browse files
committed
add readonly flags
1 parent 0d3dd67 commit ef139b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configuration/Handler/HandlerConfigurationFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class HandlerConfigurationFactory implements HandlerConfigurationFactoryInterfac
1111
* @param iterable $handlerConfigurationClassCollection
1212
*/
1313
public function __construct(
14-
private MonologPluginConfigurationInterface $pluginConfiguration,
15-
private iterable $handlerConfigurationClassCollection
14+
private readonly MonologPluginConfigurationInterface $pluginConfiguration,
15+
private readonly iterable $handlerConfigurationClassCollection
1616
)
1717
{
1818
}

0 commit comments

Comments
 (0)