Issue #2606344 by rakesh.gectcr, aneeshthankachan, dawehner, cilefen: Wrong @param doc for construct function in class CoreServiceProvider
parent
cbe1e395c1
commit
744935100c
|
@ -105,8 +105,8 @@ class CoreServiceProvider implements ServiceProviderInterface {
|
||||||
/**
|
/**
|
||||||
* Determines and registers the UUID service.
|
* Determines and registers the UUID service.
|
||||||
*
|
*
|
||||||
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
|
* @param \Drupal\Core\DependencyInjection\ContainerBuilder $container
|
||||||
* The container.
|
* The container builder.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
* Class name for the UUID service.
|
* Class name for the UUID service.
|
||||||
|
@ -131,6 +131,9 @@ class CoreServiceProvider implements ServiceProviderInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers services and event subscribers for a site under test.
|
* Registers services and event subscribers for a site under test.
|
||||||
|
*
|
||||||
|
* @param \Drupal\Core\DependencyInjection\ContainerBuilder $container
|
||||||
|
* The container builder.
|
||||||
*/
|
*/
|
||||||
protected function registerTest(ContainerBuilder $container) {
|
protected function registerTest(ContainerBuilder $container) {
|
||||||
// Do nothing if we are not in a test environment.
|
// Do nothing if we are not in a test environment.
|
||||||
|
|
Loading…
Reference in New Issue