| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | * @method void register(string $serviceProviderClass, string ...$alias) |
| 29 | 29 | * @method self when(string $class) |
| 30 | 30 | * @method self needs(string $id) |
| 31 | 31 | * @method void give(mixed $implementation) |
| 32 | - * @method mixed callback(string|object $id, string $method) | |
| 32 | + * @method void callback(string|object $id, string $method) | |
| 33 | 33 | * @method void offsetUnset(string $id) |
| 34 | 34 | */ |
| 35 | 35 | class Container implements ContainerInterface { |
| 36 | 36 | |