Skip to content

Commit

Permalink
alignment of parens
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed May 10, 2018
1 parent a977023 commit 2c7d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Grav/Common/Twig/TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ public function readFileFunc($filepath)

if (file_exists($filepath)) {
return file_get_contents($filepath);
}
}

return false;
}
Expand Down

0 comments on commit 2c7d866

Please sign in to comment.