Commit f7d6a16
klapaudius
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.1 parent 6cea952 commit f7d6a16
File tree
2 files changed
+2
-2
lines changed- src/DependencyInjection/CompilerPass
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments