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:
parent
aa6b2e5b63
commit
ebfceefca6
3 changed files with 0 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue