File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ public static function env2conf(): array
114
114
public function logBanner ($ additions = null )
115
115
{
116
116
return $ this ->addStatusMessage (
117
- 'API ' . str_replace (
117
+ 'API ' . str_replace (
118
118
':// ' ,
119
- ':// ' . $ this ->config ['login ' ] . '@ ' ,
119
+ ':// ' . $ this ->config ['login ' ]. '@ ' ,
120
120
$ this ->config ['uri ' ],
121
- ) . ' php-subreg v ' . self ::$ libVersion . ' ' . $ additions ,
121
+ ). ' php-subreg v ' . self ::$ libVersion. ' ' . $ additions ,
122
122
'debug ' ,
123
123
);
124
124
}
@@ -175,7 +175,7 @@ public function logError(array $errorData): void
175
175
{
176
176
$ this ->lastError = $ errorData ;
177
177
$ this ->addStatusMessage (
178
- $ errorData ['errorcode ' ]['major ' ] . ' ' . $ errorData ['errorcode ' ]['minor ' ] . ': ' . $ errorData ['errormsg ' ],
178
+ $ errorData ['errorcode ' ]['major ' ]. ' ' . $ errorData ['errorcode ' ]['minor ' ]. ': ' . $ errorData ['errormsg ' ],
179
179
'error ' ,
180
180
);
181
181
}
@@ -197,7 +197,7 @@ public function login()
197
197
if (\array_key_exists ('ssid ' , $ loginResponse )) {
198
198
$ this ->token = $ loginResponse ['ssid ' ];
199
199
$ result = true ;
200
- $ this ->setObjectName ($ params ['login ' ] . '@ ' . $ this ->getObjectName ());
200
+ $ this ->setObjectName ($ params ['login ' ]. '@ ' . $ this ->getObjectName ());
201
201
}
202
202
203
203
return $ result ;
You can’t perform that action at this time.
0 commit comments