Skip to content

Commit

Permalink
Merge 45651bc into d045e35
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 23, 2015
2 parents d045e35 + 45651bc commit 21cd209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Symfony/CS/Fixer/Symfony/PhpdocShortDescriptionFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ private function isCorrectlyFormatted($content)
return true;
}

return $content !== rtrim($content, '.!?¡¿');
return $content !== rtrim($content, '.!?¡¿:');
}
}

0 comments on commit 21cd209

Please sign in to comment.