Completed
Push — develop ( 2ee976...937206 )
by Yitzchok
01:15
created
src/EmojiPrinter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
     private function emojis(array $emojifile, string $emojiset): array
77 77
     {
78
-       return $emojifile[$emojiset] ?? $emojifile[self::EMOJISET];
78
+        return $emojifile[$emojiset] ?? $emojifile[self::EMOJISET];
79 79
     }
80 80
 
81 81
     private function emojify(string $result): string
Please login to merge, or discard this patch.