-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
algolia/api-clients-automation
#3655Description
- Algolia Client Version: N/A
- Language Version: N/A
Description
Consider using a static analysis tool (like PHPStan or Pslam), in order to catch basic errors, like the class not found issue introduced recently.
Currently there is no way to verify that code that is not covered by tests isn't broken. With static analysis all code would be automatically type checked, which should make it (nearly) impossible for these kind of errors to happen.
It shouldn't be too much work to set it up with real low strictness, which should catch any basic errors. At a later point it could be configured to be more strict, catching more specific errors.
If you need any help with setting this up, i'd be more than happy to help.
bodinsamuel, greg0ire and flexchar
Metadata
Metadata
Assignees
Labels
No labels