Skip to content

Commit 77cd265

Browse files
committed
style: apply style fixes and reorder class elements for consistency
1 parent f1f14bf commit 77cd265

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Home Connect Cloud/module.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
class HomeConnectCloud extends WebOAuthModule
99
{
1010
use TestAPI;
11+
1112
// Simulation
1213
// const HOME_CONNECT_BASE = 'https://simulator.home-connect.com/api/';
1314
// private $oauthIdentifer = 'home_connect_dev';
1415

1516
//Real
1617
public const HOME_CONNECT_BASE = 'https://api.home-connect.com/api/';
18+
1719
private $oauthIdentifer = 'home_connect';
1820

1921
private $oauthServer = 'oauth.ipmagic.de';

0 commit comments

Comments
 (0)