8000 Fix _buildMultipart return value PHPDoc · carlpoole/codebird-php@0ca9815 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ca9815

Browse files
committed
Fix _buildMultipart return value PHPDoc
1 parent c0fb10f commit 0ca9815

File tree

Collapse file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codebird.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ protected function _detectMultipart($method)
868868
* @param string $method The API method to call
869869
* @param array $params The parameters to send along
870870
*
871-
* @return void
871+
* @return null|string
872872
*/
873873
protected function _buildMultipart($method 3C88 , $params)
874874
{

0 commit comments

Comments
 (0)
0