Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 7, 2017
1 parent 7f3aeb0 commit 47043d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pug/Engine/PugJsEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected function getPugCliArguments($options)
*
* @return bool
*/
public static function pugJsCacheCheck($renderFile, $filename, PugJsEngine $pug)
public static function pugJsCacheCheck($renderFile, $filename, self $pug)
{
return file_exists($renderFile) && (
filemtime($renderFile) >= filemtime($filename) ||
Expand Down

0 comments on commit 47043d5

Please sign in to comment.