[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

@@ -34,5 +34,3 @@ class PayPalConfigurationExceptionTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('Test PayPalConfigurationException', $this->object->getMessage());
}
}
?>

View File

@@ -46,5 +46,3 @@ class PayPalConnectionExceptionTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('response payload for connection', $this->object->getData());
}
}
?>

View File

@@ -38,5 +38,3 @@ class PayPalInvalidCredentialExceptionTest extends \PHPUnit_Framework_TestCase
$this->assertContains('Error on line', $msg);
}
}
?>

View File

@@ -38,5 +38,3 @@ class PayPalMissingCredentialExceptionTest extends \PHPUnit_Framework_TestCase
$this->assertContains('Error on line', $msg);
}
}
?>