Skip to content

Commit c0943ed

Browse files
committed
Changes order of properties in Api class to be alphabetical.
1 parent de84262 commit c0943ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ class Api implements ApiInterface
4646
private $client;
4747
/** @var Contents */
4848
private $contents;
49-
/** @var SettingsInterface */
50-
private $settings;
5149
/** @var bool */
5250
private $isAuthenticationAttempted = false;
51+
/** @var SettingsInterface */
52+
private $settings;
5353

5454
//////////////////////////// SETTERS AND GETTERS \\\\\\\\\\\\\\\\\\\\\\\\\\\
5555
/**

0 commit comments

Comments
 (0)