Skip to content

Commit

Permalink
Add |null
Browse files Browse the repository at this point in the history
  • Loading branch information
Iandenh committed Sep 13, 2018
1 parent c9249af commit 90cf5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Middleware/RoutingMiddleware.php
Expand Up @@ -54,7 +54,7 @@ class RoutingMiddleware
/**
* Constructor
*
* @param \Cake\Core\HttpApplicationInterface $app The application instance that routes are defined on.
* @param \Cake\Core\HttpApplicationInterface|null $app The application instance that routes are defined on.
* @param string|null $cacheConfig The cache config name to use or null to disable routes cache
*/
public function __construct(HttpApplicationInterface $app = null, $cacheConfig = null)
Expand Down

0 comments on commit 90cf5e8

Please sign in to comment.