Code cleanup

This commit is contained in:
Molkobain
2022-05-14 20:42:13 +02:00
parent 23fab1bab0
commit afc8354523
10 changed files with 14 additions and 13 deletions

View File

@@ -186,7 +186,7 @@ abstract class AbstractPluginManager extends ServiceManager implements PluginMan
*
* Returns the creation context.
*
* @deprecated since 3.0.0. The creation context should be passed during
* @deprecated 3.0.0. The creation context should be passed during
* instantiation instead.
* @param ContainerInterface $container
* @return void

View File

@@ -158,7 +158,7 @@ class ServiceManager implements ServiceLocatorInterface
*
* Returns the creation context.
*
* @deprecated since 3.0.0. Factories using 3.0 should use the container
* @deprecated 3.0.0. Factories using 3.0 should use the container
* instance passed to the factory instead.
* @return ContainerInterface
*/