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)
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 has changes conflicting with the target branch.
  • phpstan.neon
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

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 switch 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 switch dev
git merge --no-ff feat/fix-readme-namespaces
git switch feat/fix-readme-namespaces
git rebase dev
git switch dev
git merge --ff-only feat/fix-readme-namespaces
git switch feat/fix-readme-namespaces
git rebase dev
git switch dev
git merge --no-ff feat/fix-readme-namespaces
git switch dev
git merge --squash feat/fix-readme-namespaces
git switch dev
git merge --ff-only feat/fix-readme-namespaces
git switch dev
git merge feat/fix-readme-namespaces
git push origin dev
Sign in to join this conversation.
No description provided.