1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Removed long deprecated functions that were no longer referenced anywhere.

This commit is contained in:
Niels Keurentjes 2016-02-15 22:00:54 +01:00
parent aa6b2e5b63
commit ebfceefca6
3 changed files with 0 additions and 31 deletions

View file

@ -147,14 +147,6 @@ class Rule
return !(($this->bitfield & (255 << self::BITFIELD_DISABLED)) >> self::BITFIELD_DISABLED);
}
/**
* @deprecated Use public literals member
*/
public function getLiterals()
{
return $this->literals;
}
public function isAssertion()
{
return 1 === count($this->literals);