Completed
Push — master ( 645554...205c7a )
by Timothy
05:48
created
src/Aviat/AnimeClient/Hummingbird/Transformer/MangaListTransformer.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,11 +94,11 @@
 block discarded – undo
94 94
 	{
95 95
 		$private = (array_key_exists('private', $item))
96 96
 			? (bool)$item['private']
97
-			: false;
97
+			: FALSE;
98 98
 
99 99
 		$rereading = (array_key_exists('rereading', $item))
100 100
 			? (bool)$item['rereading']
101
-			: false;
101
+			: FALSE;
102 102
 
103 103
 		$map = [
104 104
 			'id' => $item['id'],
Please login to merge, or discard this patch.