Skip to content

Commit

Permalink
Example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bicisteadm committed Dec 27, 2019
1 parent e3f42c7 commit c910278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ Usage in `app/presenters/BasePresenter.php`:
/** @var \WebLoader\Nette\LoaderFactory @inject */
public $webLoader;

/** @return CssLoader */
/** @return \WebLoader\Nette\CssLoader */
protected function createComponentCss()
{
return $this->webLoader->createCssLoader('default');
}

/** @return JavaScriptLoader */
/** @return \WebLoader\Nette\JavaScriptLoader */
protected function createComponentJs()
{
return $this->webLoader->createJavaScriptLoader('default');
Expand Down

0 comments on commit c910278

Please sign in to comment.