| 1 | <?php |
||
| 16 | final class InjectorFactory |
||
| 17 | { |
||
| 18 | private function __construct() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param callable():\Ray\Di\AbstractModule $modules |
||
|
|
|||
| 24 | */ |
||
| 25 | public static function getInstance(callable $modules, string $scriptDir) : InjectorInterface |
||
| 38 | |||
| 39 | private static function getScriptInjector(string $scriptDir, AbstractModule $module) : ScriptInjector |
||
| 45 | } |
||
| 46 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.