Skip to content
Snippets Groups Projects
Commit 3dc4eafc authored by Yash Rode's avatar Yash Rode
Browse files

nitpicks

parent eb2862c7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !534. Comments created here will be created in the context of that merge request.
...@@ -17,6 +17,8 @@ use Symfony\Component\HttpFoundation\Request; ...@@ -17,6 +17,8 @@ use Symfony\Component\HttpFoundation\Request;
class ApiController extends ControllerBase { class ApiController extends ControllerBase {
/** /**
* The route to redirect to after the operation has been applied.
*
* @var string * @var string
*/ */
protected $finishedRoute = 'package_manager_test_api.finish'; protected $finishedRoute = 'package_manager_test_api.finish';
......
...@@ -164,7 +164,7 @@ END; ...@@ -164,7 +164,7 @@ END;
* @param array $xml_map * @param array $xml_map
* The update XML map, as used by update_test.settings. * The update XML map, as used by update_test.settings.
* *
* @see \Drupal\automatic_updates_test\ApiController::metadata() * @see \Drupal\package_manager_test_release_history\TestController::metadata()
*/ */
protected function setReleaseMetadata(array $xml_map): void { protected function setReleaseMetadata(array $xml_map): void {
$xml_map = var_export($xml_map, TRUE); $xml_map = var_export($xml_map, TRUE);
......
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