Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6903 - making MergeReplaceKey final, …
Browse files Browse the repository at this point in the history
…removing inherited docblock documentation
  • Loading branch information
Ocramius committed Dec 6, 2014
1 parent 0fae27b commit 61d350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ArrayUtils/MergeReplaceKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Zend\Stdlib\ArrayUtils;

class MergeReplaceKey implements MergeReplaceKeyInterface
final class MergeReplaceKey implements MergeReplaceKeyInterface
{
/**
* @var mixed
Expand All @@ -25,7 +25,7 @@ public function __construct($data)
}

/**
* @return mixed
* {@inheritDoc}
*/
public function getData()
{
Expand Down

0 comments on commit 61d350d

Please sign in to comment.