adjust since for 19

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-08-25 13:05:15 +02:00
parent 7f6e2c5953
commit f8417cca0f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

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