Skip to content

Commit

Permalink
[TASK] Fix CGL violations (FluidTYPO3#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjo3rnf authored and NamelessCoder committed Jul 21, 2016
1 parent 9cca3a8 commit 50f664f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Content/InfoViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,5 @@ public function render()
}

return $this->renderChildrenWithVariableOrReturnInput($content);

}
}
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Format/SanitizeStringViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,5 @@ public static function renderStatic(
$pattern = '/([^a-z0-9\-]){1,}/';
$string = preg_replace($pattern, '-', $string);
return trim($string, '-');

}
}

0 comments on commit 50f664f

Please sign in to comment.