8000 Merge pull request #16 from masev/master · atake/codebird-php@9f84f6d · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 9f84f6d

Browse files
committed
Merge pull request jublo#16 from masev/master
Add namespace for PSR-O support
2 parents fefcd56 + b26073d commit 9f84f6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/codebird.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace CodeBird;
4+
35
/**
46
* A Twitter library in PHP.
57
*
@@ -907,4 +909,4 @@ protected function _parseApiReply($method, $reply)
907909
}
908910
}
909911

910-
?>
912+
?>

0 commit comments

Comments
 (0)
0