Skip to content

Commit a75560c

Browse files
authored
Merge pull request #99 from darrylhein/patch-1
Minor phpdoc syntax fix
2 parents fe3a6b1 + 1e40edb commit a75560c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Enum.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ final public static function getNames()
299299
}
300300
return self::$names[static::class];
301301
}
302-
/*
302+
303+
/**
303304
* Get a list of enumerator ordinal numbers
304305
*
305306
* @return int[]

0 commit comments

Comments
 (0)