Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
22
vendor/mercadopago/dx-php/src/MercadoPago/Config/ParserInterface.php
vendored
Normal file
22
vendor/mercadopago/dx-php/src/MercadoPago/Config/ParserInterface.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
namespace MercadoPago\Config;
|
||||
|
||||
/**
|
||||
* Interface ParserInterface
|
||||
*
|
||||
* @package MercadoPago\Config
|
||||
*/
|
||||
interface ParserInterface
|
||||
{
|
||||
/**
|
||||
* @param $path
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function parse($path);
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getSupportedExtensions();
|
||||
}
|
||||
Reference in New Issue
Block a user