Skip to content

Commit 491e81f

Browse files
committed
Merge pull request #494 from wmde/rm-unused-interface
Remove unused MapHasher interface
2 parents a56ecb5 + 1400a66 commit 491e81f

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

src/Internal/MapHasher.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/Internal/MapValueHasher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @licence GNU GPL v2+
1515
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1616
*/
17-
class MapValueHasher implements MapHasher {
17+
class MapValueHasher {
1818

1919
private $isOrdered;
2020

@@ -23,7 +23,7 @@ public function __construct( $holdOrderIntoAccount = false ) {
2323
}
2424

2525
/**
26-
* @see MapHasher::hash
26+
* Computes and returns the hash of the provided map.
2727
*
2828
* @since 0.1
2929
*

0 commit comments

Comments
 (0)