Skip to content

Commit ec9a5e9

Browse files
committed
Mark helper as experimental
1 parent 56306f7 commit ec9a5e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/framework/src/Framework/Exceptions/InvalidConfigurationException.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ public function __construct(string $message = 'Invalid configuration detected.',
2222
parent::__construct($message);
2323
}
2424

25-
/** @return array{string, int} */
25+
/**
26+
* @experimental Please report any issues with this method to the authors at https://github.com/hydephp/develop/issues
27+
* @return array{string, int}
28+
*/
2629
protected function findConfigLine(string $namespace, string $key): array
2730
{
2831
$file = realpath("config/$namespace.php");

0 commit comments

Comments
 (0)