Skip to content
Snippets Groups Projects
Commit 617abc36 authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Wim Leers
Browse files

Issue #3360655 by kunal.sachdev, Wim Leers, omkar.podey: Wrong @throws in...

Issue #3360655 by kunal.sachdev, Wim Leers, omkar.podey: Wrong @throws in FailureMarker::assertNotExists()
parent cdfb3a80
No related branches found
No related tags found
2 merge requests!989Issue #3356804 by phenaproxima: Flag a warning during status check if the...,!878Issue #3360655: Wrong @throws in FailureMarker::assertNotExists()
...@@ -71,7 +71,7 @@ final class FailureMarker { ...@@ -71,7 +71,7 @@ final class FailureMarker {
/** /**
* Asserts the failure file doesn't exist. * Asserts the failure file doesn't exist.
* *
* @throws \Drupal\package_manager\Exception\ApplyFailedException * @throws \Drupal\package_manager\Exception\StageFailureMarkerException
* Thrown if the marker file exists. * Thrown if the marker file exists.
*/ */
public function assertNotExists(): void { public function assertNotExists(): void {
......
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