for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wikibase\DataModel\Fixtures;
use Hashable;
use Wikibase\DataModel\HashArray;
/**
* @license GPL-2.0+
* @author Jeroen De Dauw < [email protected] >
*/
class HashArrayWithoutDuplicates extends HashArray {
public function getObjectType() {
return Hashable::class;
}