Skip to content

Commit

Permalink
#282 replacing inherited docblocks for clarity \(internal class being…
Browse files Browse the repository at this point in the history
… extended\)
  • Loading branch information
Ocramius committed Jul 18, 2017
1 parent 3f1b1ba commit deefc3a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/Reflection/ReflectionClassConstant.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,7 @@ private function getVisibility() : string
}

/**
* To string
*
* @link http://php.net/manual/en/reflector.tostring.php
* @return string
* @since 5.0
* {@inheritDoc}
*/
public function __toString()
{
Expand All @@ -192,11 +188,7 @@ public function __toString()
}

/**
* Exports
*
* @link http://php.net/manual/en/reflector.export.php
* @return string
* @since 5.0
* {@inheritDoc}
*/
public static function export()
{
Expand Down

0 comments on commit deefc3a

Please sign in to comment.