Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 812ee2c

Browse files
committed
Clean up
1 parent 345bf8b commit 812ee2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

inc/routes/web.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22

3+
/**
4+
* @var App\App $this
5+
*/
6+
37
use App\Controllers\HomeController;
48
use Slim\Routing\RouteCollectorProxy;
59

src/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Psr\Http\Message\ResponseInterface;
1212
use Psr\Http\Message\ServerRequestInterface;
1313
use Slim\App as SlimApp;
14-
use \DI\Bridge\Slim\Bridge as AppFactory;
14+
use DI\Bridge\Slim\Bridge as AppFactory;
1515
use Slim\Factory\ServerRequestCreatorFactory;
1616

1717
class App
@@ -70,7 +70,7 @@ public function isDevelopmentMode(): bool
7070
/**
7171
* Get the container
7272
*
73-
* @return Container
73+
* @return \DI\Container
7474
*/
7575
public function container(): \DI\Container
7676
{

0 commit comments

Comments
 (0)