[PSR] Fixed Samples

- Using `php-cs-fixer` tool.
This commit is contained in:
Jay Patel
2016-07-14 13:09:36 -05:00
parent cffa2463b1
commit 8c907803e3
130 changed files with 9 additions and 220 deletions

View File

@@ -196,7 +196,7 @@ class WebhookEventTest extends \PHPUnit_Framework_TestCase
*/
public function testValidateWebhookEmpty($mockApiContext)
{
WebhookEvent::validateAndGetReceivedEvent('', $mockApiContext);
WebhookEvent::validateAndGetReceivedEvent('', $mockApiContext);
}
/**
@@ -219,5 +219,4 @@ class WebhookEventTest extends \PHPUnit_Framework_TestCase
{
WebhookEvent::validateAndGetReceivedEvent('{"summary":"json"}', $mockApiContext);
}
}