Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 28820e6

Browse files
author
Jens Schulze
committed
WIP: fix coding style
1 parent f64669f commit 28820e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ class Config implements ContextAwareInterface
102102

103103
/**
104104
* @param array $configValues
105-
* @return Config
105+
* @return static
106106
*/
107107
public static function fromArray(array $configValues)
108108
{
109-
$config = Config::of();
109+
$config = static::of();
110110
array_walk(
111111
$configValues,
112112
function ($value, $key) use ($config) {

0 commit comments

Comments
 (0)