Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Nov 30, 2023
1 parent 82f8d26 commit 3931c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ filter:
- "_components/*"
- "_data"
- "_icons"
- "_others"
- "_other"
- "_packages"
- "_themes"
excluded_paths:
- "_others/satis/*"
- "_other/satis/*"
checks:
php: true
javascript: true
Expand Down

0 comments on commit 3931c11

Please sign in to comment.