Skip to content

Commit

Permalink
Merge pull request #99 from darrylhein/patch-1
Browse files Browse the repository at this point in the history
Minor phpdoc syntax fix
  • Loading branch information
marc-mabe authored Aug 6, 2018
2 parents fe3a6b1 + 1e40edb commit a75560c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ final public static function getNames()
}
return self::$names[static::class];
}
/*

/**
* Get a list of enumerator ordinal numbers
*
* @return int[]
Expand Down

0 comments on commit a75560c

Please sign in to comment.