Skip to content

Commit

Permalink
Merge pull request #4 from mazentouati/analysis-XWvDLG
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
sunchayn authored Feb 4, 2019
2 parents f328093 + 4c9a225 commit aaffa46
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 aaffa46

Please sign in to comment.