diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4996b14..496610d 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -38,7 +38,7 @@ class Navigation */ public static function install(string $path = null, DatabasePool $dbPool = null) : void { - $navData = json_decode(file_get_contents(__DIR__ . '/Navigation.install.json'), true); + $navData = \json_decode(file_get_contents(__DIR__ . '/Navigation.install.json'), true); $class = '\\Modules\\Navigation\\Admin\\Installer'; /** @var $class \Modules\Navigation\Admin\Installer */ diff --git a/Models/EmployeeMapper.php b/Models/EmployeeMapper.php index 17947a5..85abb70 100644 --- a/Models/EmployeeMapper.php +++ b/Models/EmployeeMapper.php @@ -26,7 +26,7 @@ class EmployeeMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array> * @since 1.0.0 */ protected static $columns = [