Skip to content

Commit cf73c1d

Browse files
author
Dirk Luijk
committed
Updated PhpDocs
1 parent 303c659 commit cf73c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TwitterOAuth/TwitterOAuth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(array $config)
5555
/**
5656
* Send a GET call to Twitter API via OAuth
5757
*
58-
* @param $call Twitter resource string
58+
* @param $call $string Twitter resource string
5959
* @param array $getParams GET parameters to send
6060
* @param bool $arrayOutput Output format (false = Object | true = Array)
6161
* @return mixed Output with selected format
@@ -78,7 +78,7 @@ public function get($call, array $getParams = null, $arrayOutput = false)
7878
/**
7979
* Send a POST call to Twitter API via OAuth
8080
*
81-
* @param $call Twitter resource string
81+
* @param $call $string Twitter resource string
8282
* @param array $postParams POST parameters to send
8383
* @param array $getParams GET parameters to send
8484
* @param bool $arrayOutput Output format (false = Object | true = Array)

0 commit comments

Comments
 (0)