Skip to content

Commit

Permalink
Merge pull request #4 from runmybusiness/analysis-zRPOy9
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
tomschlick authored Jul 14, 2016
2 parents badcad0 + 1f43e41 commit 101179e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ public static function getConstantList(string $prefix = null, bool $strip_text =

return $list;
}

/**
* Get a code => label list of constants by providing their values.
*
* @param array $values
* @param string $prefix
* @param bool $strip_text
*
* @param array $values
* @param string $prefix
* @param bool $strip_text
* @param Closure|null $transformKey
*
* @return array
*/
public static function getConstantListByValues(array $values, string $prefix = '', bool $strip_text = true, Closure $transformKey = null) : array
Expand Down

0 comments on commit 101179e

Please sign in to comment.