Skip to content

Commit 81e454b

Browse files
committed
Issue #30: Explain what POstUpdateDDQG does
1 parent d0b9267 commit 81e454b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/PostUpdate/PostUpdateDDQG.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
use Symfony\Component\Process\Process;
77

88
/**
9-
* Post-update processor for DDQG ignore entries.
9+
* Keeps up to date DDQG ignored errors after updating drupal modules.
10+
*
11+
* When the package is updated and release type is the same, or it is still
12+
* unstable, update it.
13+
* When the package release type has changed to abandoned / stable, remove it.
14+
*
15+
* This is done to save time maintaining composer.json to developers, as this
16+
* action is repetitive and can be done automatically.
1017
*/
1118
class PostUpdateDDQG implements PostUpdateInterface {
1219

0 commit comments

Comments
 (0)