Skip to content

Commit 016665c

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/php-server-sdk
2 parents 8dae41c + 8daba12 commit 016665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/Impl/Integrations/FileDataFeatureRequester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function loadFile($filePath, &$flags, &$segments)
7070
$content = file_get_contents($filePath);
7171
$data = json_decode($content, true);
7272
if ($data == null) {
73-
throw new \InvalidArgumentException("File is not valid JSON: " + $filePath);
73+
throw new \InvalidArgumentException("File is not valid JSON: " . $filePath);
7474
}
7575
if (isset($data['flags'])) {
7676
foreach ($data['flags'] as $key => $value) {

0 commit comments

Comments
 (0)