Markers
Table of Contents
| src/ComposerManager.php | 1 |
| src/EventManager.php | 1 |
| src/ModuleManager.php | 3 |
ComposerManager.php
| Type | Line | Description |
|---|---|---|
| TODO | 58 | should probably do something better than O(n) here. |
EventManager.php
| Type | Line | Description |
|---|---|---|
| TODO | 38 | Add an in-memory cache here. Will likely only be in the 1000s of |
ModuleManager.php
| Type | Line | Description |
|---|---|---|
| TODO | 53 | handle error cases here. |
| TODO | 143 | handle error cases here. |
| TODO | 192 | Replace this n^2 algorithm to valiate event subscriptions with something faster. :) |