Lines Matching refs:dryRun
70 * @param bool $dryRun whether to only report instead of writing
74 protected function importIreadit(bool $dryRun): void argument
84 if ($dryRun) {
89 if (!$dryRun) {
93 [$assignmentCount, $patternCount] = $this->importAssignments($dryRun);
94 $acksCount = $this->importIreaditRecords($ireaditDb, $dryRun);
108 * @param bool $dryRun
112 protected function importIreaditRecords(\helper_plugin_ireadit_db $ireaditDb, bool $dryRun): int argument
145 if ($dryRun) {
175 * @param bool $dryRun
179 protected function importAssignments(bool $dryRun): array argument
199 if (!$dryRun && $newPatterns) {