fix: phpstan. Удаление State

This commit is contained in:
origami11@yandex.ru 2024-01-24 12:49:11 +03:00
parent 4ac027b8ee
commit 1638d558c5
6 changed files with 22 additions and 97 deletions

View file

@ -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)
{