You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add void return type to process methods in CompilerPasses
Explicitly define the return type as `void` for the `process` methods in `ToolsDefinitionCompilerPass` and `ResourcesDefinitionCompilerPass`. This enhances code clarity and aligns with modern PHP best practices.
0 commit comments