FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
psr
/
container
/
src
Edit File: ContainerInterface.php
<?php declare (strict_types=1); namespace MailPoetVendor\Psr\Container; if (!defined('ABSPATH')) exit; interface ContainerInterface { public function get(string $id); public function has(string $id); }
Save
Back