Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
namespace Wikimedia\WRStats;
/**
* Entity key with isGlobal=false
*
* @newable
* @since 1.39
*/
class LocalEntityKey extends EntityKey {
public function isGlobal() {
return false;
}