Completed
Branch master (1afb45)
by Timothy
04:13
created
src/Aviat/AnimeClient/Command/CacheImages.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
 			$this->model->get_cached_image($item['poster_image'], $item['id'], 'manga');
41 41
 			$current++;
42 42
 
43
-			echo "Cached {$current} of {$total} manga images. \n";
43
+			echo "cached {$current} of {$total} manga images. \n";
44 44
 		}
45 45
 	}
46 46
 
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 			$this->model->get_cached_image($item['anime']['cover_image'], $item['anime']['slug'], 'anime');
61 61
 			$current++;
62 62
 
63
-			echo "Cached {$current} of {$total} anime images. \n";
63
+			echo "cached {$current} of {$total} anime images. \n";
64 64
 		}
65 65
 	}
66 66
 
Please login to merge, or discard this patch.