We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de84262 commit c0943edCopy full SHA for c0943ed
src/Api.php
@@ -46,10 +46,10 @@ class Api implements ApiInterface
46
private $client;
47
/** @var Contents */
48
private $contents;
49
- /** @var SettingsInterface */
50
- private $settings;
51
/** @var bool */
52
private $isAuthenticationAttempted = false;
+ /** @var SettingsInterface */
+ private $settings;
53
54
//////////////////////////// SETTERS AND GETTERS \\\\\\\\\\\\\\\\\\\\\\\\\\\
55
/**
0 commit comments