Skip to content

Commit 1dbb974

Browse files
committed
Fixed whitespaces
1 parent 18d643b commit 1dbb974

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Zyberspace/Telegram/Cli/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@ public function getHistory($peer, $limit = null, $offset = null)
375375

376376
/**
377377
* Send Picture to peer
378-
*
378+
*
379379
* @param string $peer The peer, gets escaped with escapePeer()
380380
* @param string $pic Picture Path
381-
* @return boolean
381+
* @return boolean
382382
*/
383383
public function sendPicture($peer, $pic)
384384
{
@@ -390,10 +390,10 @@ public function sendPicture($peer, $pic)
390390

391391
/**
392392
* Send File to peer
393-
*
393+
*
394394
* @param string $peer The peer, gets escaped with escapePeer()
395395
* @param string $pic File Path
396-
* @return boolean
396+
* @return boolean
397397
*/
398398
public function sendFile($peer, $file)
399399
{

0 commit comments

Comments
 (0)