Skip to content

Commit be87a89

Browse files
committed
Resets phpcbf on Sniff.php
1 parent 029f02e commit be87a89

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

WordPress/Sniff.php

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -175,65 +175,65 @@ abstract class Sniff implements PHPCS_Sniff {
175175
* @var array
176176
*/
177177
protected $autoEscapedFunctions = array(
178-
'allowed_tags' => true,
179-
'bloginfo' => true,
180-
'body_class' => true,
181-
'calendar_week_mod' => true,
182-
'category_description' => true,
183-
'checked' => true,
184-
'comment_class' => true,
185-
'count' => true,
186-
'disabled' => true,
187-
'do_shortcode' => true,
188-
'do_shortcode_tag' => true,
189-
'get_archives_link' => true,
190-
'get_attachment_link' => true,
191-
'get_avatar' => true,
192-
'get_bookmark_field' => true,
193-
'get_calendar' => true,
194-
'get_comment_author_link' => true,
195-
'get_current_blog_id' => true,
196-
'get_delete_post_link' => true,
197-
'get_search_form' => true,
198-
'get_search_query' => true,
199-
'get_the_author_link' => true,
200-
'get_the_author' => true,
201-
'get_the_date' => true,
202-
'get_the_ID' => true,
203-
'get_the_post_thumbnail' => true,
204-
'get_the_term_list' => true,
205-
'paginate_comments_links' => true,
206-
'post_type_archive_title' => true,
207-
'readonly' => true,
208-
'selected' => true,
209-
'single_cat_title' => true,
210-
'single_month_title' => true,
211-
'single_post_title' => true,
212-
'single_tag_title' => true,
213-
'single_term_title' => true,
214-
'tag_description' => true,
215-
'term_description' => true,
216-
'the_author' => true,
217-
'the_date' => true,
218-
'the_title_attribute' => true,
219-
'walk_nav_menu_tree' => true,
220-
'wp_dropdown_categories' => true,
221-
'wp_dropdown_users' => true,
222-
'wp_generate_tag_cloud' => true,
223-
'wp_get_archives' => true,
224-
'wp_get_attachment_image' => true,
225-
'wp_get_attachment_link' => true,
226-
'wp_link_pages' => true,
227-
'wp_list_authors' => true,
228-
'wp_list_bookmarks' => true,
229-
'wp_list_categories' => true,
230-
'wp_list_comments' => true,
231-
'wp_login_form' => true,
232-
'wp_loginout' => true,
233-
'wp_nav_menu' => true,
234-
'wp_register' => true,
235-
'wp_tag_cloud' => true,
236-
'wp_title' => true,
178+
'allowed_tags' => true,
179+
'bloginfo' => true,
180+
'body_class' => true,
181+
'calendar_week_mod' => true,
182+
'category_description' => true,
183+
'checked' => true,
184+
'comment_class' => true,
185+
'count' => true,
186+
'disabled' => true,
187+
'do_shortcode' => true,
188+
'do_shortcode_tag' => true,
189+
'get_archives_link' => true,
190+
'get_attachment_link' => true,
191+
'get_avatar' => true,
192+
'get_bookmark_field' => true,
193+
'get_calendar' => true,
194+
'get_comment_author_link' => true,
195+
'get_current_blog_id' => true,
196+
'get_delete_post_link' => true,
197+
'get_search_form' => true,
198+
'get_search_query' => true,
199+
'get_the_author_link' => true,
200+
'get_the_author' => true,
201+
'get_the_date' => true,
202+
'get_the_ID' => true,
203+
'get_the_post_thumbnail' => true,
204+
'get_the_term_list' => true,
205+
'paginate_comments_links' => true,
206+
'post_type_archive_title' => true,
207+
'readonly' => true,
208+
'selected' => true,
209+
'single_cat_title' => true,
210+
'single_month_title' => true,
211+
'single_post_title' => true,
212+
'single_tag_title' => true,
213+
'single_term_title' => true,
214+
'tag_description' => true,
215+
'term_description' => true,
216+
'the_author' => true,
217+
'the_date' => true,
218+
'the_title_attribute' => true,
219+
'walk_nav_menu_tree' => true,
220+
'wp_dropdown_categories' => true,
221+
'wp_dropdown_users' => true,
222+
'wp_generate_tag_cloud' => true,
223+
'wp_get_archives' => true,
224+
'wp_get_attachment_image' => true,
225+
'wp_get_attachment_link' => true,
226+
'wp_link_pages' => true,
227+
'wp_list_authors' => true,
228+
'wp_list_bookmarks' => true,
229+
'wp_list_categories' => true,
230+
'wp_list_comments' => true,
231+
'wp_login_form' => true,
232+
'wp_loginout' => true,
233+
'wp_nav_menu' => true,
234+
'wp_register' => true,
235+
'wp_tag_cloud' => true,
236+
'wp_title' => true,
237237
);
238238

239239
/**

0 commit comments

Comments
 (0)