1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Remove unknown Rule type

This commit is contained in:
Jordi Boggiano 2021-10-18 23:05:31 +02:00
parent 6e04991489
commit 75a8677e8a
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
3 changed files with 4 additions and 6 deletions

View file

@ -125,7 +125,7 @@ abstract class Rule
}
/**
* @param 255|RuleSet::TYPE_* $type
* @param RuleSet::TYPE_* $type
* @return void
*/
public function setType($type)