Skip to content

Commit

Permalink
Add missing throw annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Mar 23, 2018
1 parent 97ede85 commit 90ec027
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Phug/Renderer/Adapter/FileAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ public function cacheFileIfChanged($path)
/**
* Scan a directory recursively, compile them and save them into the cache directory.
*
* @param string $directory the directory to search in pug templates
* @param string $directory the directory to search in pug
*
* @throws \Phug\RendererException
*
* @return array count of cached files and error count
*/
Expand Down

0 comments on commit 90ec027

Please sign in to comment.