Merge pull request #347 from irfanevrens/master

Formatting Changes Only
This commit is contained in:
Jay
2015-07-02 14:14:01 -05:00
4 changed files with 3 additions and 6 deletions

View File

@@ -283,6 +283,4 @@ class CartBase extends PayPalModel
{
return $this->order_url;
}
}

View File

@@ -88,7 +88,7 @@ abstract class AuthorizationCache
public static function isEnabled($config)
{
$value = self::getConfigValue('cache.enabled', $config);
return empty($value) ? false : ((trim($value) == true || trim($value) == 'true') ? true : false);
return empty($value) ? false : ((trim($value) == true || trim($value) == 'true'));
}
/**

View File

@@ -10,7 +10,6 @@ namespace PayPal\Common;
*/
class ArrayUtil
{
/**
*
* @param array $arr

View File

@@ -2,8 +2,8 @@
namespace PayPal\Converter;
class FormatConverter {
class FormatConverter
{
/**
* Format the data based on the input formatter value
*