fix: phpstan. Удаление State
This commit is contained in:
parent
4ac027b8ee
commit
1638d558c5
6 changed files with 22 additions and 97 deletions
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
namespace ctiso\Controller;
|
||||
use ctiso\Path,
|
||||
ctiso\Model\BaseMapper,
|
||||
ctiso\File,
|
||||
ctiso\Registry,
|
||||
ctiso\Database\PDOStatement;
|
||||
|
|
@ -40,8 +41,8 @@ class Service
|
|||
|
||||
/**
|
||||
* Создает модель
|
||||
* @param string $name
|
||||
* @return Model
|
||||
* @param string $name
|
||||
* @return BaseMapper
|
||||
*/
|
||||
public function getModel($name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue