Commit 04372b1
committed
Missing protected static in TopicHandlerRegistry
TopicHandlerRegistry.php extends Singleton but does not declare its own protected static $instance field. The Singleton base class explicitly requires this. Without it, the registry may share the parent's static instance with other Singleton subclasses, causing collisions.1 parent 2ea9d5f commit 04372b1
File tree
1 file changed
+5
-0
lines changed- src/BusinessLogic/ConfigurationWebhookAPI/Handlers
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
0 commit comments