Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mazentouati/no-emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchayn committed Feb 4, 2019
2 parents dee9b37 + aaffa46 commit 1570ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Entities/GroupsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function extractUnicodesFromGroups()

/**
* Flattens the Unicode array from being group based to bit based
*
*
* @return GroupsFactory
*/
public function flattenUnicodes()
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1570ce5

Please sign in to comment.