docs: fix incorrect namespace in README.md usage examples #74

Open
Charon wants to merge 2 commits from feat/fix-readme-namespaces into dev
Member

Summary

  • Fix 3 incorrect namespace references in README.md usage examples
  • Changed Core\Mod\Tenant\Services to Core\Tenant\Services to match actual source file namespaces

Fixes #28

🤖 Generated with Claude Code

## Summary - Fix 3 incorrect namespace references in README.md usage examples - Changed `Core\Mod\Tenant\Services` to `Core\Tenant\Services` to match actual source file namespaces Fixes #28 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Charon added 2 commits 2026-03-24 13:48:14 +00:00
Add larastan/larastan ^3.0 to require-dev and create phpstan.neon
config at level 5 covering all source directories. Adds a
`composer analyse` script shortcut.

Fixes #26

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change Core\Mod\Tenant\Services to Core\Tenant\Services to match
the actual namespace used in source files.

Fixes #28

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/fix-readme-namespaces:feat/fix-readme-namespaces
git checkout feat/fix-readme-namespaces

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff feat/fix-readme-namespaces
git checkout feat/fix-readme-namespaces
git rebase dev
git checkout dev
git merge --ff-only feat/fix-readme-namespaces
git checkout feat/fix-readme-namespaces
git rebase dev
git checkout dev
git merge --no-ff feat/fix-readme-namespaces
git checkout dev
git merge --squash feat/fix-readme-namespaces
git checkout dev
git merge --ff-only feat/fix-readme-namespaces
git checkout dev
git merge feat/fix-readme-namespaces
git push origin dev
Sign in to join this conversation.
No description provided.