11 lines
140 B
PHP
11 lines
140 B
PHP
<?php
|
|
|
|
namespace Box\Spout\Reader\Common\Creator;
|
|
|
|
/**
|
|
* Interface EntityFactoryInterface
|
|
*/
|
|
interface InternalEntityFactoryInterface
|
|
{
|
|
}
|