You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Facebook.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ public function __construct(array $config = [])
124
124
thrownewSDKException('Required "app_secret" key not supplied in config and could not find fallback environment variable "'.static::APP_SECRET_ENV_NAME.'"');
125
125
}
126
126
if ($config['http_client'] !== null && !$config['http_client'] instanceof ClientInterface) {
127
-
thrownew \InvalidArgumentException('Required "http_client" key to be null or an instance of \Http\Client\HttpClient');
127
+
thrownew \InvalidArgumentException('Required "http_client" key to be null or an instance of \Psr\Http\Client\ClientInterface');
128
128
}
129
129
if (!$config['default_graph_version']) {
130
130
thrownew \InvalidArgumentException('Required "default_graph_version" key not supplied in config');
0 commit comments