Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Improved PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap authored Dec 20, 2016
1 parent 64c079a commit 82f756b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Enum/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function __construct($memberName)
*
* @param string $memberName enum key
* @param array $args ignored
* @return self
* @return static
*/
public static function __callStatic($memberName, array $args)
{
Expand Down Expand Up @@ -153,7 +153,7 @@ private function get($memberName)

/**
* @param mixed $value
* @return self
* @return static
* @throws EnumNotFoundException
*/
public static function getEnumByValue($value)
Expand Down

0 comments on commit 82f756b

Please sign in to comment.