Skip to content
Snippets Groups Projects
Commit 70e05d05 authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Adam G-H
Browse files

comments improvement

parent dc5997a5
No related branches found
No related tags found
1 merge request!246Issue #3271144: Ensure new, changed or deleted service definitions are in the correct state after an update
......@@ -3,7 +3,7 @@
namespace Drupal\updated_module;
/**
* Class for pre update services.
* A generic service class to prove that services are reloaded after an update.
*/
class PreUpdateService {
......
......@@ -3,7 +3,7 @@
namespace Drupal\updated_module;
/**
* Class for post update services.
* A generic service class to prove that services are reloaded after an update.
*/
class PostUpdateService {
......
......@@ -64,7 +64,7 @@ class SystemChangeRecorder implements EventSubscriberInterface {
* @param \Drupal\user\PermissionHandlerInterface $permissionHandler
* The permission handler service.
* @param object $changedService
* The changed service.
* A generic service which will be different after the update.
*/
public function __construct(PathLocator $path_locator, StateInterface $state, RouterInterface $router, PermissionHandlerInterface $permissionHandler, object $changedService) {
$this->pathLocator = $path_locator;
......
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