@@ -26,7 +26,7 @@ class Instance extends RestClient
2626 * Instance stores the initial received instance data
2727 * @var array
2828 */
29- private $ instance = null ;
29+ private $ instance = null ;
3030 /**
3131 * __construct
3232 *
@@ -68,46 +68,46 @@ public function isRunning()
6868 *
6969 * @return string instance backend
7070 */
71- public function getBackend ()
72- {
73- return $ this ->instance ['backend ' ];
74- }
71+ public function getBackend ()
72+ {
73+ return $ this ->instance ['backend ' ];
74+ }
7575 /**
7676 * getNick returns the Bot's nickname
7777 *
7878 * @return string nick
7979 */
80- public function getNick ()
81- {
82- return $ this ->instance ['nick ' ];
83- }
80+ public function getNick ()
81+ {
82+ return $ this ->instance ['nick ' ];
83+ }
8484 /**
8585 * getName returns the Bot's name
8686 *
8787 * @return string name
8888 */
89- public function getName ()
90- {
91- return $ this ->instance ['name ' ];
92- }
89+ public function getName ()
90+ {
91+ return $ this ->instance ['name ' ];
92+ }
9393 /**
9494 * getServerHost returns the Bot's server host
9595 *
9696 * @return string host
9797 */
98- public function getServerHost ()
99- {
100- return $ this ->instance ['serverHost ' ];
101- }
98+ public function getServerHost ()
99+ {
100+ return $ this ->instance ['serverHost ' ];
101+ }
102102 /**
103103 * getServerPort returns the Bot's server port
104104 *
105105 * @return string port
106106 */
107- public function getServerPort ()
108- {
109- return $ this ->instance ['serverPort ' ];
110- }
107+ public function getServerPort ()
108+ {
109+ return $ this ->instance ['serverPort ' ];
110+ }
111111 /**
112112 * delete deletes the instance
113113 *
0 commit comments