[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

@@ -96,7 +96,6 @@ class WebProfileFunctionalTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($this->operation['response']['body'][0]['presentation']['logo_image'], $foundObject->getPresentation()->getLogoImage());
$this->assertEquals($this->operation['response']['body'][0]['input_fields']['no_shipping'], $foundObject->getInputFields()->getNoShipping());
$this->assertEquals($this->operation['response']['body'][0]['input_fields']['address_override'], $foundObject->getInputFields()->getAddressOverride());
}
/**
@@ -145,5 +144,4 @@ class WebProfileFunctionalTest extends \PHPUnit_Framework_TestCase
$result = $webProfile->delete($this->apiContext, $this->mockPayPalRestCall);
$this->assertTrue($result);
}
}