Skip to content

Commit

Permalink
requires nette/caching 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 31, 2020
1 parent a3a338c commit fcb2578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"phpstan/phpstan-nette": "^0.12"
},
"conflict": {
"nette/caching": "<3.1",
"nette/di": "<3.0.7",
"nette/forms": "<3.0",
"nette/schema": "<1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Bridges/ApplicationLatte/TemplateFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TemplateFactory implements UI\TemplateFactory
/** @var Nette\Security\User|null */
private $user;

/** @var Nette\Caching\IStorage|null */
/** @var Nette\Caching\Storage|null */
private $cacheStorage;

/** @var string */
Expand All @@ -44,7 +44,7 @@ public function __construct(
LatteFactory $latteFactory,
Nette\Http\IRequest $httpRequest = null,
Nette\Security\User $user = null,
Nette\Caching\IStorage $cacheStorage = null,
Nette\Caching\Storage $cacheStorage = null,
$templateClass = null
) {
$this->latteFactory = $latteFactory;
Expand Down

0 comments on commit fcb2578

Please sign in to comment.