diff --git a/src/Entities/GroupsFactory.php b/src/Entities/GroupsFactory.php index 1525d75..d884b60 100644 --- a/src/Entities/GroupsFactory.php +++ b/src/Entities/GroupsFactory.php @@ -72,7 +72,7 @@ public function extractUnicodesFromGroups() /** * Flattens the Unicode array from being group based to bit based - * + * * @return GroupsFactory */ public function flattenUnicodes() @@ -101,7 +101,7 @@ public function flattenUnicodes() /** * Transforms single unit values from the multi unit array to the single unit array - * + * * @param string $multi Multi unit values array's key * @param string $single Single unit values array's key */ diff --git a/src/Handler.php b/src/Handler.php index f1b1be5..86c99c1 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -213,7 +213,7 @@ public function export() * Tests the produced pattern efficiency catching the Emojis * * @param string $replacement The replacement for the Emoji - * + * * @return boolean|array Returns false on error or an array holds the created file details */ public function testPattern($replacement = '@GOT_YOU')