8000 Clarify that getApiMethods method is public, see #42 · devildeveloper/codebird-php@a14c59c · GitHub
[go: up one dir, main page]

Skip to content

Commit a14c59c

Browse files
committed
Clarify that getApiMethods method is public, see jublo#42
1 parent 425d9c9 commit a14c59c

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
@@ -227,7 +227,7 @@ public function setReturnFormat($return_format)
227227
*
228228
* @return array $apimethods
229229
*/
230-
function getApiMethods()
230+
public function getApiMethods()
231231
{
232232
static $apimethods = array(
233233
'GET' => array(

0 commit comments

Comments
 (0)
0