Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
38 | protected function dryRunMessage() |
||
39 | { |
||
40 | if ($this->dryRun) { |
||
41 | DB::alteration_message('Please set forreal=true to actually add the files to the database', 'created'); |
||
42 | } else { |
||
43 | DB::alteration_message('Adding all files from disk to database and removing files from database that are not on disk.', 'created'); |
||
44 | } |
||
47 |