forked from LiveCarta/PayPal-PHP-SDK
Cleaned up Code Comments and added Type-Hinting to all Class/Functions
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace PayPal\Rest;
|
||||
|
||||
interface IResource {
|
||||
|
||||
}
|
||||
/**
|
||||
* Interface IResource
|
||||
*/
|
||||
interface IResource
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user