Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 13, 2019
1 parent 8dcf7ed commit 86b92fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Bridges/ApplicationLatte/TemplateFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ class TemplateFactory implements UI\ITemplateFactory
/** @var ILatteFactory */
private $latteFactory;

/** @var Nette\Http\IRequest */
/** @var Nette\Http\IRequest|null */
private $httpRequest;

/** @var Nette\Security\User */
/** @var Nette\Security\User|null */
private $user;

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

/** @var string */
Expand Down

0 comments on commit 86b92fe

Please sign in to comment.