Skip to content

Commit 8ecb8d2

Browse files
committed
Fixing the return type of camelCase function
1 parent cd6a0f3 commit 8ecb8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abstract class TestCase extends PHPUnit_Framework_TestCase
2828
* Converts a string to camel case
2929
*
3030
* @param string $str
31-
* @return mixed
31+
* @return string
3232
*/
3333
public function camelCase($str)
3434
{

0 commit comments

Comments
 (0)