From 3931c1122e1138ebcf1635f4b6bb4a8d45a733f1 Mon Sep 17 00:00:00 2001 From: Alf Drollinger <40421928+adrolli@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:33:23 +0100 Subject: [PATCH] Fix phpstan --- README.md | 2 +- scrutinizer.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cf0c63e2..8e48a1cc0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ TallUI packages are categorized in - [\_components](./_components/README.md) - Laravel packages only packed with Blade and Livewire components - [\_data](./_data/README.md) - Laravel packages only used as data-provider (model, migration, seeding) - [\_icons](./_icons/README.md) - Laravel packages only with SVG icons, compatible with Blade Icons -- [\_others](./_others/README.md) - Other Laravel packages or assisting repos like Builder and Satis +- [\_other](./_other/README.md) - Other Laravel packages or assisting repos like Builder and Satis - [\_packages](./_packages/README.md) - Full blown Laravel packages like TallUI Core or Admin Panel - [\_themes](./_themes/README.md) - Themes for the admin (backend) or website (frontend) diff --git a/scrutinizer.yml b/scrutinizer.yml index 0d774c7c6..6fcd70825 100644 --- a/scrutinizer.yml +++ b/scrutinizer.yml @@ -21,11 +21,11 @@ filter: - "_components/*" - "_data" - "_icons" - - "_others" + - "_other" - "_packages" - "_themes" excluded_paths: - - "_others/satis/*" + - "_other/satis/*" checks: php: true javascript: true