Skip to content

Commit 0cfe620

Browse files
msohailhussainadri
andauthored
fix(docs): Return type should be ProjectConfigInterface (#249)
ProjectConfig doesn't exist. Co-authored-by: Adrian Philipp <[email protected]>
1 parent 7fc037d commit 0cfe620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Optimizely/Config/DatafileProjectConfig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ private function getAllRulesForFlag(FeatureFlag $flag)
453453
* @param bool $skipJsonValidation boolean representing whether JSON schema validation needs to be performed.
454454
* @param LoggerInterface $logger Logger instance
455455
* @param ErrorHandlerInterface $errorHandler ErrorHandler instance.
456-
* @return ProjectConfig ProjectConfig instance or null;
456+
* @return ProjectConfigInterface ProjectConfig instance or null;
457457
*/
458458
public static function createProjectConfigFromDatafile($datafile, $skipJsonValidation, $logger, $errorHandler)
459459
{

0 commit comments

Comments
 (0)