Update since to the correct version

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-07-16 16:58:38 +02:00
parent 565838da9c
commit 594efca1e3
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -67,7 +67,7 @@ class Manager implements IManager {
/**
* @param string $appClass The service must implement IApp, otherwise a
* \InvalidArgumentException is thrown later
* @since 9.0.0
* @since 17.0.0
*/
public function registerApp(string $appClass): void {
$this->appClasses[] = $appClass;