Skip to content

Commit baf1b8b

Browse files
committed
Fix: stcClass vs stdClass
1 parent 418ae78 commit baf1b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function send($json)
7171
*
7272
* @param \stdClass $response Standard object
7373
* @param string $body HTTP response contents
74-
* @return \stcClass Populated class object
74+
* @return \stdClass Populated class object
7575
*/
7676
private function buildResponse($response, $body)
7777
{

0 commit comments

Comments
 (0)