Commit 95cea9b
HTTPProjectConfigManager: datafile should be a string (#243)
By using `->getContents()` the actual string is returned instead of a Guzzle Stream object. The interface uses string everywhere.
Co-authored-by: Mirza Sohail Hussain <[email protected]>1 parent 5580a9a commit 95cea9b
File tree
1 file changed
+1
-1
lines changed- src/Optimizely/ProjectConfigManager
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments