Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Style] Line exceeds 150 characters; contains 181 characters #4487

Closed
wants to merge 1 commit into from
Closed

Conversation

marcodings
Copy link
Contributor

[Code Style] Line exceeds 150 characters; contains 181 characters

@marcodings
Copy link
Contributor Author

testrun for codesprint this weekend with newlysetup laptop

@@ -31,7 +31,8 @@ public static function clients()

// Create the batch selector to change the client on a selection list.
$lines = array(
'<label id="batch-client-lbl" for="batch-client" class="hasTooltip" title="' . JHtml::tooltipText('COM_BANNERS_BATCH_CLIENT_LABEL', 'COM_BANNERS_BATCH_CLIENT_LABEL_DESC') . '">',
'<label id="batch-client-lbl" for="batch-client" class="hasTooltip" title="'
. JHtml::tooltipText('COM_BANNERS_BATCH_CLIENT_LABEL', 'COM_BANNERS_BATCH_CLIENT_LABEL_DESC') . '">',
Copy link
Contributor

Choose a reason for hiding this comment

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

Should both lines not be indented? Even better maybe to add each option on a new line like this:

'<label
   id="batch-client-lbl"
   for="batch-client"
   class="hasTooltip"
....

Anyone else has any thoughts on this? Is there anything in the styleguide regarding this other than just line length?

@Bakual
Copy link
Contributor

Bakual commented Oct 11, 2014

This has been fixed with #4515 now.

@Bakual Bakual closed this Oct 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants