adjust since for 18

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-08-25 13:06:03 +02:00
parent ace667bce7
commit 36260dddf6
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -85,7 +85,7 @@ interface IRuleMatcher extends IFileCheck {
* IComplexOperation might want to make use of it.
*
* @throws RuntimeException
* @since 20.0.0
* @since 18.0.9
*/
public function setEventName(string $eventName): void;
}