Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Applied fixes from StyleCI (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Aug 24, 2016
1 parent ac7157d commit eaa7da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Renderer/TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function filterBy($pages, $variable, $value)
return $filtered;
}


/**
* Sort by title.
*
Expand Down Expand Up @@ -285,6 +284,7 @@ public function minify($path)
* Minify CSS.
*
* @param $value
*
* @return mixed
*/
public function minifyCss($value)
Expand All @@ -298,6 +298,7 @@ public function minifyCss($value)
* Minify JS.
*
* @param $value
*
* @return mixed
*/
public function minifyJs($value)
Expand Down

0 comments on commit eaa7da8

Please sign in to comment.