diff --git a/Server/ApplicationStore.php b/Server/ApplicationStore.php index 81c78442..892d05a8 100644 --- a/Server/ApplicationStore.php +++ b/Server/ApplicationStore.php @@ -17,6 +17,9 @@ class ApplicationStore private Channel $lock; + /** + * ApplicationStore constructor. + */ private function __construct() { $this->lock = new Channel(99999);