6 pass

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

All classes passed!
6Panels.Panels
2Panels.PanelsNodeViewWebTestCase
- setUp
- testToggle
2Panels.PanelsTermViewWebTestCase
- setUp
- testToggle
2Panels.PanelsUserViewWebTestCase
- setUp
- testToggle

282 coding standards messages

282 more than branch result

panels.module 32 more
line 195If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
517Type hint "array" missing for $plugin
517Type hint "array" missing for $info
534If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
589If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
696Line exceeds 80 characters; contains 90 characters
723Type hint "array" missing for $content_types
788Class name must begin with a capital letter
788Class name must use UpperCamel naming without underscores
792Class property $incoming_content should use lowerCamel naming without underscores
793Class property $css_id should use lowerCamel naming without underscores
801Public method name "panels_display::add_pane" is not in lowerCamel format
823Public method name "panels_display::duplicate_pane" is not in lowerCamel format
838Public method name "panels_display::get_title" is not in lowerCamel format
863Parameter comment indentation must be 3 spaces, found 4 spaces
868Return comment indentation must be 3 spaces, found 4 spaces
927If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
955Line exceeds 80 characters; contains 84 characters
1004Type hint "array" missing for $dids
1040Return type must not contain variable name "$display"
1044Line exceeds 80 characters; contains 85 characters
1046Line exceeds 80 characters; contains 111 characters
1047Line exceeds 80 characters; contains 108 characters
1048Line exceeds 80 characters; contains 106 characters
1050Line exceeds 80 characters; contains 135 characters
1054Line exceeds 80 characters; contains 105 characters
1081Return type must not contain variable name "$display"
1235Return type must not contain variable name "$output"
1242The @see reference should not contain any additional text
1432Expected 1 blank line after function; 2 found
1441Return type must not contain variable name "$legacy"
2016Expected 1 blank line after function; 2 found
plugins/display_renderers/panels_renderer_editor.class.php 119 more
6There must be exactly one blank line after the file comment
7Class name must begin with a capital letter
7Class name must use UpperCamel naming without underscores
7Missing class doc comment
11Doc comment short description must be on a single line, further text should be a separate paragraph
12Missing @var tag in member variable comment
13The var keyword must not be used to declare a property
13Visibility must be declared on property "$commands"
14The var keyword must not be used to declare a property
14Visibility must be declared on property "$admin"
19Doc comment short description must be on a single line, further text should be a separate paragraph
20Missing @var tag in member variable comment
21Class property $no_edit_links should use lowerCamel naming without underscores
21The var keyword must not be used to declare a property
21Visibility must be declared on property "$no_edit_links"
25There must be no blank lines after the function comment
27Visibility must be declared on method "edit"
54Visibility must be declared on method "add_meta"
54Method name "panels_renderer_editor::add_meta" is not in lowerCamel format
54Missing function doc comment
69Visibility must be declared on method "render"
69Missing function doc comment
84Visibility must be declared on method "render_region"
84Method name "panels_renderer_editor::render_region" is not in lowerCamel format
84Missing function doc comment
103Visibility must be declared on method "render_pane"
103Method name "panels_renderer_editor::render_pane" is not in lowerCamel format
103Missing function doc comment
126Avoid backslash escaping in translatable strings when possible, use "" quotes instead
181Line exceeds 80 characters; contains 81 characters
183Visibility must be declared on method "get_style_links"
183Method name "panels_renderer_editor::get_style_links" is not in lowerCamel format
219Visibility must be declared on method "get_display_links"
219Method name "panels_renderer_editor::get_display_links" is not in lowerCamel format
225If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
237If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
271If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
277If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
283Visibility must be declared on method "get_region_links"
283Method name "panels_renderer_editor::get_region_links" is not in lowerCamel format
305If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
311If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
317Visibility must be declared on method "get_pane_links"
317Method name "panels_renderer_editor::get_pane_links" is not in lowerCamel format
499Only string literals should be passed to t() where possible
499If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
512If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
520Visibility must be declared on method "get_url"
520Method name "panels_renderer_editor::get_url" is not in lowerCamel format
520Expected 1 blank line before function; 0 found
540Visibility must be declared on method "get_panels_storage_op_for_ajax"
540Method name "panels_renderer_editor::get_panels_storage_op_for_ajax" is not in lowerCamel format
568Visibility must be declared on method "ajax_show"
568Method name "panels_renderer_editor::ajax_show" is not in lowerCamel format
582Visibility must be declared on method "ajax_hide"
582Method name "panels_renderer_editor::ajax_hide" is not in lowerCamel format
596Visibility must be declared on method "ajax_select_content"
596Method name "panels_renderer_editor::ajax_select_content" is not in lowerCamel format
609If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
621Doc comment short description must be on a single line, further text should be a separate paragraph
625Visibility must be declared on method "get_category"
625Method name "panels_renderer_editor::get_category" is not in lowerCamel format
641If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
642Expected 1 blank line after function; 2 found
656Visibility must be declared on method "get_categories"
656Method name "panels_renderer_editor::get_categories" is not in lowerCamel format
697Visibility must be declared on method "ajax_add_pane"
697Method name "panels_renderer_editor::ajax_add_pane" is not in lowerCamel format
774Visibility must be declared on method "ajax_edit_pane"
774Method name "panels_renderer_editor::ajax_edit_pane" is not in lowerCamel format
814Line exceeds 80 characters; contains 89 characters
835Visibility must be declared on method "ajax_panel_title"
835Method name "panels_renderer_editor::ajax_panel_title" is not in lowerCamel format
861Visibility must be declared on method "ajax_cache_method"
861Method name "panels_renderer_editor::ajax_cache_method" is not in lowerCamel format
925Visibility must be declared on method "ajax_cache_settings"
925Method name "panels_renderer_editor::ajax_cache_settings" is not in lowerCamel format
982Parameter comment must end with a full stop
983Missing parameter type
986Visibility must be declared on method "ajax_style_type"
986Method name "panels_renderer_editor::ajax_style_type" is not in lowerCamel format
1117Visibility must be declared on method "get_style"
1117Method name "panels_renderer_editor::get_style" is not in lowerCamel format
1201Parameter comment must end with a full stop
1202Missing parameter type
1205Visibility must be declared on method "ajax_style_settings"
1205Method name "panels_renderer_editor::ajax_style_settings" is not in lowerCamel format
1288Missing parameter type
1291Visibility must be declared on method "ajax_pane_css"
1291Method name "panels_renderer_editor::ajax_pane_css" is not in lowerCamel format
1320Missing parameter type
1323Visibility must be declared on method "ajax_lock"
1323Method name "panels_renderer_editor::ajax_lock" is not in lowerCamel format
1352Missing parameter type
1355Visibility must be declared on method "ajax_access_settings"
1355Method name "panels_renderer_editor::ajax_access_settings" is not in lowerCamel format
1384Visibility must be declared on method "ajax_access_add_test"
1384Method name "panels_renderer_editor::ajax_access_add_test" is not in lowerCamel format
1416Visibility must be declared on method "ajax_access_configure_test"
1416Method name "panels_renderer_editor::ajax_access_configure_test" is not in lowerCamel format
1475Visibility must be declared on method "ajax_layout"
1475Method name "panels_renderer_editor::ajax_layout" is not in lowerCamel format
1501Visibility must be declared on method "ajax_style"
1501Method name "panels_renderer_editor::ajax_style" is not in lowerCamel format
1533Visibility must be declared on method "command_update_pane"
1533Method name "panels_renderer_editor::command_update_pane" is not in lowerCamel format
1533Expected 1 blank line before function; 0 found
1548Visibility must be declared on method "command_add_pane"
1548Method name "panels_renderer_editor::command_add_pane" is not in lowerCamel format
1563Visibility must be declared on method "command_update_display_links"
1563Method name "panels_renderer_editor::command_update_display_links" is not in lowerCamel format
1570Visibility must be declared on method "command_update_region_links"
1570Method name "panels_renderer_editor::command_update_region_links" is not in lowerCamel format
1594Empty return statement not required here
1602Empty return statement not required here
1610Expected 1 blank line before function; 0 found
1847Expected 1 blank line after function; 2 found
1941Missing function doc comment
2118Expected 1 newline at end of file; 2 found
plugins/display_renderers/panels_renderer_standard.class.php 92 more
3Missing short description in doc comment
56Doc comment is empty
59Class name must begin with a capital letter
59Class name must use UpperCamel naming without underscores
68Doc comment short description must be on a single line, further text should be a separate paragraph
72The var keyword must not be used to declare a property
72Visibility must be declared on property "$display"
80Doc comment short description must be on a single line, further text should be a separate paragraph
84The var keyword must not be used to declare a property
84Visibility must be declared on property "$plugins"
94Doc comment short description must be on a single line, further text should be a separate paragraph
98The var keyword must not be used to declare a property
98Visibility must be declared on property "$rendered"
110Doc comment short description must be on a single line, further text should be a separate paragraph
114The var keyword must not be used to declare a property
114Visibility must be declared on property "$prepared"
118Doc comment short description must be on a single line, further text should be a separate paragraph
125Class property $prep_run should use lowerCamel naming without underscores
125The var keyword must not be used to declare a property
125Visibility must be declared on property "$prep_run"
129Missing @var tag in member variable comment
130The var keyword must not be used to declare a property
130Visibility must be declared on property "$plugin"
134Doc comment short description must be on a single line, further text should be a separate paragraph
138The var keyword must not be used to declare a property
138Visibility must be declared on property "$admin"
144Doc comment short description must be on a single line, further text should be a separate paragraph
148Class property $meta_location should use lowerCamel naming without underscores
148The var keyword must not be used to declare a property
148Visibility must be declared on property "$meta_location"
155The var keyword must not be used to declare a property
155Visibility must be declared on property "$prefix"
162The var keyword must not be used to declare a property
162Visibility must be declared on property "$suffix"
167Doc comment short description must be on a single line, further text should be a separate paragraph
171Class property $show_empty_layout should use lowerCamel naming without underscores
171The var keyword must not be used to declare a property
171Visibility must be declared on property "$show_empty_layout"
184Visibility must be declared on method "init"
184Type hint "array" missing for $plugin
184Type hint "panels_display" missing for $display
207Visibility must be declared on method "get_panels_storage_op_for_ajax"
207Method name "panels_renderer_standard::get_panels_storage_op_for_ajax" is not in lowerCamel format
226Visibility must be declared on method "prepare"
235Doc comment short description must be on a single line, further text should be a separate paragraph
249Return comment indentation must be 3 spaces, found 2 spaces
250Return comment indentation must be 3 spaces, found 2 spaces
252Visibility must be declared on method "prepare_panes"
252Method name "panels_renderer_standard::prepare_panes" is not in lowerCamel format
252Type hint "array" missing for $panes
260Line exceeds 80 characters; contains 106 characters
263Line exceeds 80 characters; contains 81 characters
338Visibility must be declared on method "prepare_regions"
338Method name "panels_renderer_standard::prepare_regions" is not in lowerCamel format
338Type hint "array" missing for $region_pane_list
338Type hint "array" missing for $settings
380Missing parameter type
383Visibility must be declared on method "prepare_wrapper"
383Method name "panels_renderer_standard::prepare_wrapper" is not in lowerCamel format
396Doc comment short description must be on a single line, further text should be a separate paragraph
403Return comment indentation must be 3 spaces, found 2 spaces
405Visibility must be declared on method "render"
426Visibility must be declared on method "render_wrapper"
426Method name "panels_renderer_standard::render_wrapper" is not in lowerCamel format
426Missing function doc comment
434If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
458Visibility must be declared on method "render_layout"
458Method name "panels_renderer_standard::render_layout" is not in lowerCamel format
485Function return type is not void, but function is returning void here
488If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
498Visibility must be declared on method "add_meta"
498Method name "panels_renderer_standard::add_meta" is not in lowerCamel format
546Visibility must be declared on method "add_css"
546Method name "panels_renderer_standard::add_css" is not in lowerCamel format
561Doc comment short description must be on a single line, further text should be a separate paragraph
566Visibility must be declared on method "render_panes"
566Method name "panels_renderer_standard::render_panes" is not in lowerCamel format
591Visibility must be declared on method "render_pane"
591Method name "panels_renderer_standard::render_pane" is not in lowerCamel format
613If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
623If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
636Return type must not contain variable name "$content"
640Visibility must be declared on method "render_pane_content"
640Method name "panels_renderer_standard::render_pane_content" is not in lowerCamel format
692Doc comment short description must be on a single line, further text should be a separate paragraph
697Visibility must be declared on method "render_regions"
697Method name "panels_renderer_standard::render_regions" is not in lowerCamel format
725Missing parameter type
727Missing parameter type
733Visibility must be declared on method "render_region"
733Method name "panels_renderer_standard::render_region" is not in lowerCamel format
746If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
plugins/styles/corners/rounded_corners.inc 3 more
67Missing function doc comment
87If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
132Missing parameter type
plugins/styles/default.inc 6 more
23Line indented incorrectly; expected 2 spaces, found 0
232 spaces found before inline comment; expected "// $output .= '<div class="region region-' . $vars['region_id'] . '">';" but found "// $output .= '<div class="region region-' . $vars['region_id'] . '">';"
23Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
25Line indented incorrectly; expected 2 spaces, found 0
252 spaces found before inline comment; expected "// $output .= '</div>';" but found "// $output .= '</div>';"
25Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
plugins/styles/stylizer.inc 13 more
15Line exceeds 80 characters; contains 81 characters
17There must be no blank line following an inline comment
17Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
272 spaces found before inline comment; expected "// 'settings validate' => 'panels_stylizer_stylizer_style_settings_validate'," but found "// 'settings validate' => 'panels_stylizer_stylizer_style_settings_validate',"
27Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
124If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
154If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
187If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
192If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
204Expected 1 blank line after function; 2 found
232If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
284Expected 1 blank line after function; 2 found
289Doc comment short description must be on a single line, further text should be a separate paragraph
plugins/style_bases/wrapper/wrapper_plain_box/wrapper-plain-box.tpl.php 2 more
1The PHP open tag must be followed by exactly one blank line
5Doc comment short description must be on the first line
plugins/style_bases/wrapper/wrapper_plain_box/wrapper_plain_box.inc 7 more
20If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
37There must be no blank line following an inline comment
372 spaces found before inline comment; expected "// 'preview' => 'panels_stylizer_display_preview'," but found "// 'preview' => 'panels_stylizer_display_preview',"
37Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
44Missing function doc comment
55Missing function doc comment
61Missing function doc comment
plugins/style_bases/wrapper/wrapper_rounded_shadow/wrapper-rounded-shadow.tpl.php 2 more
1The PHP open tag must be followed by exactly one blank line
5Doc comment short description must be on the first line
plugins/style_bases/wrapper/wrapper_rounded_shadow/wrapper_rounded_shadow.inc 6 more
47There must be no blank line following an inline comment
472 spaces found before inline comment; expected "// 'preview' => 'panels_stylizer_display_preview'," but found "// 'preview' => 'panels_stylizer_display_preview',"
47Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
54Missing function doc comment
62Missing function doc comment
67Missing function doc comment

panels 7.x-3.x-dev branch result

History

UpdatedResult
11 Mar 2019 at 22:43 UTC