Skip to content

Commit 997bfe8

Browse files
committed
fixed travis-ci
1 parent 8a5106f commit 997bfe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Instance.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function isRunning()
6767
}
6868

6969
/**
70-
* delete deletes the instance
70+
* delete deletes the instance
7171
*
7272
* @return array status
7373
*/
@@ -202,7 +202,7 @@ public function getStatus()
202202
}
203203

204204
/**
205-
* getLog returns the instance log
205+
* getLog returns the instance log
206206
*
207207
* @return array log
208208
* @api
@@ -255,7 +255,7 @@ public function getChannels()
255255
*/
256256
public function uploadAvatar($path)
257257
{
258-
return $this->request('/bot/i/'.$this->uuid.'/avatar', 'POST', file_get_contents($path), True);
258+
return $this->request('/bot/i/'.$this->uuid.'/avatar', 'POST', file_get_contents($path), true);
259259
}
260260

261261
/**

0 commit comments

Comments
 (0)