Skip to content

remove composer.lock from version control #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 26, 2024
Merged

remove composer.lock from version control #18

merged 2 commits into from
Oct 26, 2024

Conversation

walmir-silva
Copy link
Contributor

No description provided.

… pattern

- Add standardized error codes in range 2500-2599 (Runtime Errors)
- Implement static factory methods for exception creation
- Remove direct exception instantiation
- Add proper error slugs for better error identification
- Update tests to verify exception handling:
  * Reflection analysis errors (2501)
  * Reflection inspection errors (2502)
  * General analysis errors (2503)
  * General inspection errors (2504)
  * Critical inspection errors (2505)
- Add comprehensive tests for cache clearing functionality
- Fix test assertions to match actual error handling behavior
- Remove composer.lock from git tracking
- Add composer.lock to .gitignore

This prevents potential conflicts in dependency versions across different
environments while maintaining project stability through composer.json.
@walmir-silva walmir-silva merged commit d4f58dd into main Oct 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant