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

Text Provider ensure text starts with an uppercase letter #528

Closed
wants to merge 1 commit into from
Closed

Text Provider ensure text starts with an uppercase letter #528

wants to merge 1 commit into from

Conversation

Antonimo
Copy link

@Antonimo Antonimo commented Mar 2, 2015

@@ -56,7 +57,7 @@ public function realText($maxNbChars = 200, $indexSize = 2)
$next = static::implode($currentWords);

// ensure text starts with an uppercase letter
if ($resultLength == 0 && !static::validStart($word)) {
if ( $resultLength == 0 && !static::validStart($word)) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, this is not in the coding standards

@fzaninotto
Copy link
Owner

The build fails, see Travis report for details.

@fzaninotto
Copy link
Owner

Bump. Please take a few seconds to update the CS if you want this PR to be merged.

@fzaninotto
Copy link
Owner

Superseded by #778

@fzaninotto fzaninotto closed this Apr 29, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants