diff --git a/Slim/App.php b/Slim/App.php index 8e78a7b3b..35744d5c4 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -36,11 +36,6 @@ * configure, and run a Slim Framework application. * The \Slim\App class also accepts Slim Framework middleware. * - * @property-read array $settings App settings - * @property-read EnvironmentInterface $environment - * @property-read RequestInterface $request - * @property-read ResponseInterface $response - * @property-read RouterInterface $router * @property-read callable $errorHandler * @property-read callable $phpErrorHandler * @property-read callable $notFoundHandler function($request, $response)