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 - adding docblocks to the new `Merge…
Browse files Browse the repository at this point in the history
…ReplaceKeyInterface`
  • Loading branch information
Ocramius committed Dec 6, 2014
1 parent 16594ef commit 0fae27b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ArrayUtils/MergeReplaceKeyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@

namespace Zend\Stdlib\ArrayUtils;

/**
* Marker interface: can be used to replace keys completely in {@see ArrayUtils::merge()} operations
*/
interface MergeReplaceKeyInterface
{
/**
* @return mixed
*/
public function getData();
}

0 comments on commit 0fae27b

Please sign in to comment.