We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c229ce commit 9627c98Copy full SHA for 9627c98
maintenance/CheckLastWikiActivity.php
@@ -15,9 +15,7 @@ public function __construct() {
15
}
16
17
public function execute(): void {
18
- if ( !$this->isQuiet() ) {
19
- $this->output( (string)$this->getTimestamp() );
20
- }
+ $this->output( (string)$this->getTimestamp() );
21
22
23
public function getTimestamp(): int {
0 commit comments