Skip to content
Snippets Groups Projects
Commit 74493510 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2606344 by rakesh.gectcr, aneeshthankachan, dawehner, cilefen: Wrong...

Issue #2606344 by rakesh.gectcr, aneeshthankachan, dawehner, cilefen: Wrong @param doc for construct function in class CoreServiceProvider
parent cbe1e395
No related merge requests found
......@@ -105,8 +105,8 @@ public function register(ContainerBuilder $container) {
/**
* Determines and registers the UUID service.
*
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
* The container.
* @param \Drupal\Core\DependencyInjection\ContainerBuilder $container
* The container builder.
*
* @return string
* Class name for the UUID service.
......@@ -131,6 +131,9 @@ public static function registerUuid(ContainerBuilder $container) {
/**
* Registers services and event subscribers for a site under test.
*
* @param \Drupal\Core\DependencyInjection\ContainerBuilder $container
* The container builder.
*/
protected function registerTest(ContainerBuilder $container) {
// Do nothing if we are not in a test environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment