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

Commit 13c6ac5

Browse files
committed
Added typehint for value
1 parent e5f0127 commit 13c6ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Config/ConfigTimer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ final class ConfigTimer extends ConfigAbstract implements ConfigInterface
2424
*/
2525
public function setConfig($file)
2626
{
27+
/** @var array $config */
2728
$config = $this->readConfig($file);
2829

2930
// iterate conf and check if there are dates/datetimes/times and so on, for conversion

0 commit comments

Comments
 (0)