Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 1fd5b0e

Browse files
committed
Add type hint for ConfigDataFactory->create()
1 parent 3faf8b5 commit 1fd5b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Config/Data/ConfigDataFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ConfigDataFactory
1818
* @param string $fileKey
1919
* @return ConfigData
2020
*/
21-
public function create(string $fileKey)
21+
public function create(string $fileKey) : ConfigData
2222
{
2323
return new ConfigData($fileKey);
2424
}

0 commit comments

Comments
 (0)