🎉
This commit is contained in:
13
vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php
vendored
Normal file
13
vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Faker\Container;
|
||||
|
||||
use Psr\Container\ContainerInterface as BaseContainerInterface;
|
||||
|
||||
interface ContainerInterface extends BaseContainerInterface
|
||||
{
|
||||
/**
|
||||
* Get the bindings between Extension interfaces and implementations.
|
||||
*/
|
||||
public function getDefinitions(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user