Skip to content

Commit b1a6a01

Browse files
authored
Fix incorrect return type in docblock for get_value() (#43)
1 parent 474bce4 commit b1a6a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPConfigTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function exists( $type, $name ) {
8989
* @param string $type Config type (constant or variable).
9090
* @param string $name Config name.
9191
*
92-
* @return array
92+
* @return string|null
9393
*/
9494
public function get_value( $type, $name ) {
9595
$wp_config_src = file_get_contents( $this->wp_config_path );

0 commit comments

Comments
 (0)