PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.5.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.5.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
← All changes | src/Performance/Container.php +1 -1 trunk1.5.0 View file →
@@ -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