I am looking for a solution to declare properly a lazy service injector for the PhpStorm IDE. Here is an example:
$app = new Silex\Application();
/**
* ???
*/
$app['file'] = function() {
return new M_file();
};
I am looking for a solution to declare properly a lazy service injector for the PhpStorm IDE. Here is an example:
$app = new Silex\Application();
/**
* ???
*/
$app['file'] = function() {
return new M_file();
};
Copyright © 2021 Jogjafile Inc.