We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381b541 commit 945fb94Copy full SHA for 945fb94
providers/Flagsmith/tests/Unit/FlagsmithProviderTest.php
@@ -22,7 +22,7 @@ protected function buildProvider(string $environmentModelPath): Provider
22
{
23
/** @var string $encoded */
24
$encoded = file_get_contents($environmentModelPath);
25
- $modelData = json_decode($encoded,);
+ $modelData = json_decode($encoded);
26
27
// @phpstan-ignore-next-line EnvironmentModel::build() type-hint is string but implementation expects object
28
$offlineHandler = new TestOfflineHandler(EnvironmentModel::build($modelData));
0 commit comments