Skip to content

Instantly share code, notes, and snippets.

@dingo-d
Created July 27, 2019 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dingo-d/4097c77e93833317f9b5404bad40b188 to your computer and use it in GitHub Desktop.
Save dingo-d/4097c77e93833317f9b5404bad40b188 to your computer and use it in GitHub Desktop.
FILE: ...wp-graphql/src/Connection/Themes.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Comments.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
73 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/MenuItems.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
59 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/TermObjects.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
80 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
82 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
118 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Plugins.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Menus.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Users.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/PostObjects.php
----------------------------------------------------------------------
FOUND 68 ERRORS AND 32 WARNINGS AFFECTING 75 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
39 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
40 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
41 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
41 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
50 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
53 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
53 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
53 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
55 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
55 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
64 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
64 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
64 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
67 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
67 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
74 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
74 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
74 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
78 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'resolve'" and
| | double arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
81 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
81 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
82 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
93 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
95 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
108 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
129 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
129 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
136 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
142 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
150 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'author'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
152 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
153 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
153 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
155 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'authorName'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
159 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'authorIn'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
165 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'authorNotIn'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
169 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
170 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
170 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
179 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'categoryId'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
183 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'categoryName'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
187 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'categoryIn'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
191 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
192 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
192 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
194 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'categoryNotIn'"
| | and double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
198 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
199 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
199 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
208 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'tag'" and double
| | arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
212 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'tagId'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
216 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'tagIn'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
220 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
221 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
221 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
224 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
225 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
227 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
228 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
228 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
230 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'tagSlugAnd'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
234 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
235 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
235 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
237 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'tagSlugIn'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
241 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
242 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
242 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
251 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'search'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
263 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'id'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
267 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'name'" and double
| | arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
271 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'title'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
275 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'parent'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
277 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
278 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
278 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
280 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'parentIn'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
286 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'parentNotIn'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
292 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'in'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
298 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'notIn'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
302 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
303 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
303 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
305 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'nameIn'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
318 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'hasPassword'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
320 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
321 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
321 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
323 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'password'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
329 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
343 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'status'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
350 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'stati'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
362 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'orderby'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
368 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'dateQuery'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
372 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'mimeType'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
376 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
376 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 94 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/UserRoles.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
53 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemCreate.php
----------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Missing doc comment for class MediaItemCreate
| | (Squiz.Commenting.ClassComment.Missing)
142 | WARNING | parse_url() is discouraged because of inconsistency
| | in the output across PHP versions; use
| | wp_parse_url() instead.
| | (WordPress.WP.AlternativeFunctions.parse_url_parse_url)
143 | WARNING | file_get_contents() is discouraged. Use
| | wp_remote_get() for remote URLs instead.
| | (WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UpdateSettings.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
8 | ERROR | Missing doc comment for class UpdateSettings
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectUpdate.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class TermObjectUpdate
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | Doc comment for parameter "$taxonomy" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
39 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
46 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
83 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
100 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
109 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
129 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserCreate.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class UserCreate
| | (Squiz.Commenting.ClassComment.Missing)
24 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectDelete.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class PostObjectDelete
| | (Squiz.Commenting.ClassComment.Missing)
42 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
102 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
123 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/SendPasswordResetEmail.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class
| | SendPasswordResetEmail
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | Missing doc comment for function
| | register_mutation()
| | (Squiz.Commenting.FunctionComment.Missing)
120 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
159 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
160 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectCreate.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class TermObjectCreate
| | (Squiz.Commenting.ClassComment.Missing)
29 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
51 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
56 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
71 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
90 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
114 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
127 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserUpdate.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class UserUpdate
| | (Squiz.Commenting.ClassComment.Missing)
37 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentDelete.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Missing doc comment for class CommentDelete
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemUpdate.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Missing doc comment for class MediaItemUpdate
| | (Squiz.Commenting.ClassComment.Missing)
40 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
82 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
111 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectDelete.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | Missing doc comment for class TermObjectDelete
| | (Squiz.Commenting.ClassComment.Missing)
41 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
91 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
99 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
112 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
129 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectCreate.php
----------------------------------------------------------------------
FOUND 17 ERRORS AND 1 WARNING AFFECTING 17 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Missing doc comment for class PostObjectCreate
| | (Squiz.Commenting.ClassComment.Missing)
113 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
120 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
124 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
128 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
132 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
136 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
145 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
149 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
161 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
216 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
225 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
229 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
236 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
328 | WARNING | Variable assignment found within a condition. Did
| | you mean to do a comparison?
| | (WordPress.CodeAnalysis.AssignmentInCondition.Found)
328 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
341 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentRestore.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | Missing doc comment for class CommentRestore
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentCreate.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | Missing doc comment for class CommentCreate
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/ResetUserPassword.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | Missing doc comment for class ResetUserPassword
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemDelete.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | Missing doc comment for class MediaItemDelete
| | (Squiz.Commenting.ClassComment.Missing)
116 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
125 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserRegister.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | Missing doc comment for class UserRegister
| | (Squiz.Commenting.ClassComment.Missing)
38 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
49 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectUpdate.php
----------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | Missing doc comment for class PostObjectUpdate
| | (Squiz.Commenting.ClassComment.Missing)
45 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
81 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
86 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
94 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
104 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
108 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
113 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
119 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserDelete.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | Missing doc comment for class UserDelete
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentUpdate.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | Missing doc comment for class CommentUpdate
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/SchemaRegistry.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
54 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
68 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
69 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
80 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
91 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/TypeRegistry.php
----------------------------------------------------------------------
FOUND 61 ERRORS AND 1 WARNING AFFECTING 54 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
250 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
262 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
263 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
281 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
282 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
283 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
296 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
323 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
324 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
339 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
353 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
354 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
373 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
374 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
425 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
426 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
430 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
454 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
455 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
456 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
460 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
461 | ERROR | Missing @throws tag for "InvariantViolation"
| | exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
476 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
501 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
502 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
505 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
517 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
529 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
543 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
566 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
567 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
579 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
583 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
622 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
671 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'Connection between the %1$s type and the
| | %2s type', $from_type, $to_type )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
683 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
683 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'Edges for the %1$s connection',
| | $connection_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
737 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
737 | ERROR | Multiple placeholders should be ordered. Mix of
| | ordered and non-ordered placeholders found. Found:
| | %1$s, %2s.
| | (WordPress.WP.I18n.MixedOrderedPlaceholdersText)
745 | WARNING | base64_encode() can be used to obfuscate code which
| | is strongly discouraged. Please verify that the
| | function is used for benign reasons.
| | (WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode)
750 | ERROR | Object property "$prevConnection" is not in valid
| | snake_case format, try "$prev_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
750 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
750 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
755 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
761 | ERROR | Object property "$connectionArgs" is not in valid
| | snake_case format, try "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
762 | ERROR | Object property "$connectionArgs" is not in valid
| | snake_case format, try "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
778 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
779 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
801 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
801 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'The payload for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
821 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
821 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'Input for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
826 | ERROR | Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
832 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
832 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'The payload for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
838 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
838 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'Input for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
842 | ERROR | Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
844 | ERROR | Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
845 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
848 | ERROR | Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Server/WPHelper.php
----------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
20 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
21 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
23 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
25 | ERROR | Variable "$bodyParams" is not in valid snake_case
| | format, try "$body_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
25 | ERROR | Variable "$queryParams" is not in valid snake_case
| | format, try "$query_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
29 | ERROR | Variable "$bodyParams" is not in valid snake_case
| | format, try "$body_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
30 | ERROR | Variable "$queryParams" is not in valid snake_case
| | format, try "$query_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
91 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Utils/InstrumentSchema.php
----------------------------------------------------------------------
FOUND 25 ERRORS AFFECTING 19 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
25 | ERROR | Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
28 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
29 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
66 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
67 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
92 | ERROR | Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
92 | ERROR | Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | Object property "$deprecationReason" is not in valid
| | snake_case format, try "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | Object property "$deprecationReason" is not in valid
| | snake_case format, try "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | Object property "$deprecationReason" is not in valid
| | snake_case format, try "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
119 | ERROR | Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
128 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
198 | ERROR | Doc comment for parameter "$field_resolver"
| | missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
203 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
204 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
205 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
206 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
207 | ERROR | Doc comment for parameter $type_name does not match
| | actual variable name $field_resolver
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
207 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
208 | ERROR | Doc comment for parameter $field_key does not match
| | actual variable name $type_name
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
208 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
209 | ERROR | Doc comment for parameter $field does not match actual
| | variable name $field_key
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
209 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
212 | ERROR | Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Request.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
118 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
148 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
162 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
163 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
260 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
305 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/PostObjectsConnectionOrderbyInput.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/DateInput.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/DateQueryInput.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/MenuItemsConnectionWhereArgs.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/AvatarRatingEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostTypeEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MenuLocationEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/UsersConnectionSearchColumnEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TermObjectsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TaxonomyEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MediaItemSizeEnum.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
28 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/UserRoleEnum.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $role
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TimezoneEnum.php
----------------------------------------------------------------------
FOUND 11 ERRORS AND 1 WARNING AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $locale
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
37 | WARNING | Not using strict comparison for in_array; supply
| | true for third argument.
| | (WordPress.PHP.StrictInArray.MissingTrueStrict)
40 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
63 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
66 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
70 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
74 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
78 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
83 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
170 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
173 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectFieldFormatEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/CommentsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectsConnectionDateColumnEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/OrderEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MimeTypeEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MediaItemStatusEnum.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
22 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $status
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
25 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/RelationEnum.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostStatusEnum.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $status
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
22 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPInputObjectType.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
23 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
24 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
25 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPUnionType.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Doc comment for parameter "$config" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
62 | ERROR | Missing doc comment for function prepare_types()
| | (Squiz.Commenting.FunctionComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PageInfo.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/CommentAuthor.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Taxonomy.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/TermObject.php
----------------------------------------------------------------------
FOUND 10 ERRORS AND 1 WARNING AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | Missing doc comment for function
| | register_taxonomy_object_type()
| | (Squiz.Commenting.FunctionComment.Missing)
15 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
15 | ERROR | The $text arg must be a single string literal, not
| | "sprintf( 'The %s type', $single_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
22 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
23 | ERROR | The $text arg must be a single string literal, not
| | "'The global ID for the
| | '.$taxonomy_object->name".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
60 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
83 | ERROR | Object property "$parentId" is not in valid
| | snake_case format, try "$parent_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
83 | ERROR | Object property "$parentId" is not in valid
| | snake_case format, try "$parent_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
99 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
111 | WARNING | This comment is 57% valid code; is this commented
| | out code? (Squiz.PHP.CommentedOutCode.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PostType.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/EditLock.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Settings.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PostTypeLabelDetails.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Plugin.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Theme.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/User.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
126 | ERROR | Object property "$userId" is not in valid snake_case
| | format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
128 | ERROR | Object property "$foundAvatar" is not in valid
| | snake_case format, try "$found_avatar"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaSize.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Avatar.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/SettingGroup.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
8 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
9 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
15 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
24 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Menu.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MenuItem.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
67 | ERROR | Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
68 | ERROR | Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
71 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
76 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Comment.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
47 | ERROR | Object property "$userId" is not in valid snake_case
| | format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
48 | ERROR | Object property "$userId" is not in valid snake_case
| | format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
48 | ERROR | Object property "$userId" is not in valid snake_case
| | format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
52 | ERROR | Object property "$userId" is not in valid snake_case
| | format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
55 | ERROR | Object property "$commentId" is not in valid snake_case
| | format, try "$comment_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
55 | ERROR | Object property "$commentId" is not in valid snake_case
| | format, try "$comment_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
82 | ERROR | Object property "$contentRaw" is not in valid
| | snake_case format, try "$content_raw"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
84 | ERROR | Object property "$contentRendered" is not in valid
| | snake_case format, try "$content_rendered"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaItemMeta.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/RootQuery.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
157 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $post_type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
158 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $post_type_object
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
194 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
198 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
205 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
214 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
240 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
253 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $taxonomy
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/UserRole.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/RootMutation.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaDetails.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/MenuItemObjectUnion.php
----------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
22 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
27 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
40 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
45 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
50 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
51 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
52 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/PostObjectUnion.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/CommentAuthorUnion.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/TermObjectUnion.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
22 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
22 | ERROR | Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPEnumType.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
44 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
49 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
50 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
59 | ERROR | Doc comment long description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.LongNotCapital)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPObjectType.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
35 | ERROR | Doc comment for parameter "$config" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
67 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
87 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
92 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
93 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/CommentAuthor.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
30 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
32 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Taxonomy.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
47 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
50 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/PostType.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
51 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
54 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Post.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
120 | ERROR | Missing doc comment for function setup()
| | (Squiz.Commenting.FunctionComment.Missing)
127 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Plugin.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
33 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
36 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Theme.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
36 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
40 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Term.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
46 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
50 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/User.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
44 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
48 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
52 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
83 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Model.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
79 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
81 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
82 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
87 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
92 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
113 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
126 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
127 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
141 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
416 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
484 | ERROR | Missing doc comment for function init()
| | (Squiz.Commenting.FunctionComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Avatar.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
34 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
36 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Menu.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
31 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
35 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/MenuItem.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
36 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
40 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Comment.php
----------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
41 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
43 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
78 | WARNING | Found: !=. Use strict comparisons (=== or !==).
| | (WordPress.PHP.StrictComparisons.LooseComparison)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/UserRole.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
29 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Router.php
----------------------------------------------------------------------
FOUND 15 ERRORS AND 1 WARNING AFFECTING 15 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
99 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
211 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
289 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated
| | since PHP 5.6 and removed since PHP 7.0; Use
| | php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
295 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated
| | since PHP 5.6 and removed since PHP 7.0; Use
| | php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
296 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $HTTP_RAW_POST_DATA
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
296 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated
| | since PHP 5.6 and removed since PHP 7.0; Use
| | php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
299 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated
| | since PHP 5.6 and removed since PHP 7.0; Use
| | php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
310 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
358 | WARNING | This comment is 50% valid code; is this commented
| | out code? (Squiz.PHP.CommentedOutCode.Found)
393 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
394 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
395 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
396 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
397 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
398 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Types.php
----------------------------------------------------------------------
FOUND 39 ERRORS AND 1 WARNING AFFECTING 40 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
312 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
323 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
334 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
345 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
356 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
366 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
377 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
383 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
410 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
421 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
427 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
456 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
467 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
478 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
488 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
498 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
509 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
520 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
531 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
542 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
553 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
564 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
575 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
587 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
598 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
609 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
615 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
643 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
654 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
665 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
676 | ERROR | Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
737 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
751 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
757 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
763 | ERROR | Doc comment for parameter "$type" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
767 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
779 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
780 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
800 | WARNING | Found precision alignment of 2 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/WPSchema.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
35 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/UserConnectionResolver.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 5 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
34 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
87 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
97 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
112 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
117 | ERROR | Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
124 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
125 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
126 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
127 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
128 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/AbstractConnectionResolver.php
----------------------------------------------------------------------
FOUND 41 ERRORS AND 1 WARNING AFFECTING 37 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
78 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
83 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
88 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
93 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
98 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | Doc comment for parameter "$args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | Doc comment for parameter "$context" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | Doc comment for parameter "$info" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
101 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
102 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
103 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
104 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
106 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
160 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
161 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
163 | ERROR | Method name "setQueryArg" in class
| | AbstractConnectionResolver is not in snake case
| | format, try "set_query_arg"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
168 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
181 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
194 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
206 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
224 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
230 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
255 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
260 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
261 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
306 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
337 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
351 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
365 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
378 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
391 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
411 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
411 | ERROR | Doc comment for parameter "$node" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
411 | ERROR | Doc comment for parameter "$key" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
412 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
413 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
418 | WARNING | base64_encode() can be used to obfuscate code which
| | is strongly discouraged. Please verify that the
| | function is used for benign reasons.
| | (WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode)
422 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
461 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
507 | ERROR | Missing doc comment for function
| | execute_and_get_data()
| | (Squiz.Commenting.FunctionComment.Missing)
574 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/PostObjectConnectionResolver.php
----------------------------------------------------------------------
FOUND 11 ERRORS AND 1 WARNING AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
30 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
32 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
34 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
35 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
37 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
53 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
314 | ERROR | Doc comment for parameter "$where_args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
390 | ERROR | Doc comment for parameter "$stati" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
398 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
431 | WARNING | Found precision alignment of 2 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/MenuItemConnectionResolver.php
----------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
16 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
19 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
20 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
21 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
22 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
24 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
38 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
39 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
62 | ERROR | Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
88 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
133 | ERROR | Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
137 | ERROR | Use Yoda Condition checks, you must.
| | (WordPress.PHP.YodaConditions.NotYoda)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/UserRoleConnectionResolver.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
6 | ERROR | Missing doc comment for class
| | UserRoleConnectionResolver
| | (Squiz.Commenting.ClassComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/PluginConnectionResolver.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
22 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
23 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
28 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/MenuConnectionResolver.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/TermObjectConnectionResolver.php
----------------------------------------------------------------------
FOUND 20 ERRORS AFFECTING 15 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
21 | ERROR | Content missing for @var tag in member variable
| | comment
| | (Squiz.Commenting.VariableComment.EmptyVar)
25 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | Doc comment for parameter "$args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | Doc comment for parameter "$context" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | Doc comment for parameter "$info" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | Doc comment for parameter "$taxonomy" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
28 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
29 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
30 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
31 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
32 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
34 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
41 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
43 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
128 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $post
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
129 | ERROR | Object property "$shouldOnlyIncludeConnectedItems" is
| | not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
147 | ERROR | Object property "$shouldOnlyIncludeConnectedItems" is
| | not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
147 | ERROR | Object property "$shouldOnlyIncludeConnectedItems" is
| | not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
197 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/CommentConnectionResolver.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
21 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
22 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
158 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
163 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
169 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
171 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
198 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/ThemeConnectionResolver.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
22 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
23 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
28 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Cursor/CursorBuilder.php
----------------------------------------------------------------------
FOUND 9 ERRORS AND 1 WARNING AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
17 | ERROR | Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
20 | ERROR | Missing doc comment for function __construct()
| | (Squiz.Commenting.FunctionComment.Missing)
30 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
31 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
32 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
57 | ERROR | Doc comment for parameter "$fields" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
124 | WARNING | Found: ==. Use strict comparisons (=== or !==).
| | (WordPress.PHP.StrictComparisons.LooseComparison)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Cursor/PostObjectCursor.php
----------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 14 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
35 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
49 | ERROR | Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
55 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
94 | ERROR | Missing doc comment for function to_sql()
| | (Squiz.Commenting.FunctionComment.Missing)
98 | ERROR | Missing doc comment for function get_query_var()
| | (Squiz.Commenting.FunctionComment.Missing)
163 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
164 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
208 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
209 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
211 | ERROR | Function return type is not void, but function has no
| | return statement
| | (Squiz.Commenting.FunctionComment.InvalidNoReturn)
220 | ERROR | Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
222 | ERROR | Use Yoda Condition checks, you must.
| | (WordPress.PHP.YodaConditions.NotYoda)
235 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/TermObjectMutation.php
----------------------------------------------------------------------
FOUND 8 ERRORS AND 1 WARNING AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
8 | ERROR | Missing doc comment for class TermObjectMutation
| | (Squiz.Commenting.ClassComment.Missing)
14 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
15 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
16 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
18 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
21 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
78 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
83 | WARNING | This comment is 50% valid code; is this commented out
| | code? (Squiz.PHP.CommentedOutCode.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Config.php
----------------------------------------------------------------------
FOUND 7 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
149 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
153 | ERROR | Use placeholders and $wpdb->prepare(); found
| | interpolated variable $order_by at " AND
| | t.{$order_by} {$order_compare} %s"
| | (WordPress.DB.PreparedSQL.InterpolatedNotPrepared)
153 | ERROR | Use placeholders and $wpdb->prepare(); found
| | interpolated variable $order_compare at " AND
| | t.{$order_by} {$order_compare} %s"
| | (WordPress.DB.PreparedSQL.InterpolatedNotPrepared)
155 | WARNING | Complex placeholders used for values in the query
| | string in $wpdb->prepare() will NOT be quoted
| | automagically. Found: %1$s.
| | (WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder)
155 | WARNING | Complex placeholders used for values in the query
| | string in $wpdb->prepare() will NOT be quoted
| | automagically. Found: %2$d.
| | (WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder)
199 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
202 | ERROR | Use placeholders and $wpdb->prepare(); found
| | interpolated variable $order_by at " AND {$order_by}
| | {$order_compare} %s"
| | (WordPress.DB.PreparedSQL.InterpolatedNotPrepared)
202 | ERROR | Use placeholders and $wpdb->prepare(); found
| | interpolated variable $order_compare at " AND
| | {$order_by} {$order_compare} %s"
| | (WordPress.DB.PreparedSQL.InterpolatedNotPrepared)
204 | WARNING | Complex placeholders used for values in the query
| | string in $wpdb->prepare() will NOT be quoted
| | automagically. Found: %1$s.
| | (WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder)
204 | WARNING | Complex placeholders used for values in the query
| | string in $wpdb->prepare() will NOT be quoted
| | automagically. Found: %2$d.
| | (WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/MediaItemMutation.php
----------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
20 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
22 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
117 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
118 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
119 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
120 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
121 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
122 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/UserMutation.php
----------------------------------------------------------------------
FOUND 17 ERRORS AND 2 WARNINGS AFFECTING 19 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
118 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
119 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
123 | ERROR | Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
211 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
212 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
213 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
214 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
215 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
217 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
242 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
243 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
246 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
268 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
280 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
281 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
293 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
302 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
303 | WARNING | Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/MenuItemLoader.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
23 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
26 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/TermObjectLoader.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
33 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
36 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
94 | WARNING | Found precision alignment of 2 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/UserLoader.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
23 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
26 | ERROR | Comment missing for @throws tag in function comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
65 | ERROR | Doc comment is empty
| | (Generic.Commenting.DocComment.Empty)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/AbstractDataLoader.php
----------------------------------------------------------------------
FOUND 48 ERRORS AFFECTING 45 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
23 | ERROR | Member variable "$shouldCache" is not in valid
| | snake_case format, try "$should_cache"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
49 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
55 | ERROR | Doc comment for parameter "$keys" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
58 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
61 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
63 | ERROR | Expected type hint "keys"; found "array" for
| | (Squiz.Commenting.FunctionComment.IncorrectTypeHint)
83 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
86 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
96 | ERROR | Object property "$shouldCache" is not in valid
| | snake_case format, try "$should_cache"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
110 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
111 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
113 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
141 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
161 | ERROR | Method name "clearAll" in class AbstractDataLoader is
| | not in snake case format, try "clear_all"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
171 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
172 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
175 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
177 | ERROR | Method name "loadMany" in class AbstractDataLoader is
| | not in snake case format, try "load_many"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
177 | ERROR | Variable "$asArray" is not in valid snake_case format,
| | try "$as_array"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
181 | ERROR | Object property "$shouldCache" is not in valid
| | snake_case format, try "$should_cache"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
187 | ERROR | Variable "$asArray" is not in valid snake_case format,
| | try "$as_array"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
190 | ERROR | Doc comment for parameter "$keys" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
190 | ERROR | Doc comment for parameter "$result" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
193 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
194 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
198 | ERROR | Method name "generateMany" in class AbstractDataLoader
| | is not in snake case format, try "generate_many"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
211 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
213 | ERROR | Method name "loadBuffered" in class AbstractDataLoader
| | is not in snake case format, try "load_buffered"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
214 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
215 | ERROR | Variable "$keysToLoad" is not in valid snake_case
| | format, try "$keys_to_load"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
217 | ERROR | Variable "$keysToLoad" is not in valid snake_case
| | format, try "$keys_to_load"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
219 | ERROR | Variable "$keysToLoad" is not in valid snake_case
| | format, try "$keys_to_load"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
234 | ERROR | Object property "$shouldCache" is not in valid
| | snake_case format, try "$should_cache"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
238 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
245 | ERROR | Doc comment for parameter "$key" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
248 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
252 | ERROR | Method name "getScalarKeyHint" in class
| | AbstractDataLoader is not in snake case format, try
| | "get_scalar_key_hint"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
260 | ERROR | Doc comment for parameter "$key" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
266 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
270 | ERROR | Method name "keyToScalar" in class AbstractDataLoader
| | is not in snake case format, try "key_to_scalar"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
274 | ERROR | Doc comment for parameter "$entry" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
274 | ERROR | Doc comment for parameter "$key" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
278 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
279 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
283 | ERROR | Method name "normalizeEntry" in class
| | AbstractDataLoader is not in snake case format, try
| | "normalize_entry"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
297 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
301 | ERROR | Method name "loadKeys" in class AbstractDataLoader is
| | not in snake case format, try "load_keys"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/CommentLoader.php
----------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
25 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
28 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
76 | WARNING | Found precision alignment of 2 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Loader/PostObjectLoader.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
17 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
32 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
35 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
36 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
96 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
107 | WARNING | Found precision alignment of 2 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/DataSource.php
----------------------------------------------------------------------
FOUND 93 ERRORS AND 3 WARNINGS AFFECTING 95 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
57 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
58 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
61 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
64 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
89 | ERROR | Exception type and comment missing for @throws tag
| | in function comment
| | (Squiz.Commenting.FunctionComment.InvalidThrows)
101 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
102 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
103 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
104 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
108 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
119 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
123 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
126 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
165 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
172 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
173 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
174 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
175 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
181 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
190 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
191 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
193 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
198 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
216 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
217 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
218 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
221 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
237 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
240 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
241 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
242 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
243 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
244 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
249 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
262 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
265 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
268 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
269 | ERROR | Expected 1 @throws tag(s) in function comment; 2
| | found
| | (Squiz.Commenting.FunctionCommentThrowTag.WrongNumber)
283 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
291 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
294 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
311 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
319 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
320 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
323 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
344 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
347 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
348 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
349 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
350 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
351 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
356 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
371 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
375 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
376 | ERROR | Expected 1 @throws tag(s) in function comment; 2
| | found
| | (Squiz.Commenting.FunctionCommentThrowTag.WrongNumber)
382 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
386 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
389 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
390 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
391 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
392 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
397 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
406 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
407 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
412 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
429 | ERROR | Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
432 | ERROR | Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
433 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
434 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
435 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
440 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
451 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
454 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
457 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
463 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
476 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
477 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
480 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
499 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
500 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
501 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
502 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
504 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
519 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
640 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
649 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
716 | WARNING | Code after the RETURN statement on line 711 cannot
| | be executed
| | (Squiz.PHP.NonExecutableCode.Unreachable)
738 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
749 | ERROR | A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
752 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
832 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
843 | WARNING | serialize() found. Serialized data has known
| | vulnerability problems with Object Injection. JSON
| | is generally a better approach for serializing data.
| | See
| | https://www.owasp.org/index.php/PHP_Object_Injection
| | (WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize)
853 | WARNING | mt_rand() is discouraged. Use the far less
| | predictable wp_rand() instead.
| | (WordPress.WP.AlternativeFunctions.rand_mt_rand)
853 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
855 | ERROR | Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/CommentMutation.php
----------------------------------------------------------------------
FOUND 15 ERRORS AND 1 WARNING AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
17 | ERROR | Doc comment for parameter "$output_args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
17 | ERROR | Doc comment for parameter "$update" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
20 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | Doc comment for parameter $mutation_name does not
| | match actual variable name $output_args
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
21 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
24 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
25 | ERROR | Missing @throws tag for "UserError" exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
114 | WARNING | Empty return statement not required here
| | (Squiz.PHP.NonExecutableCode.ReturnNotRequired)
117 | ERROR | Doc comment for parameter "$comment_id" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
120 | ERROR | Doc comment for parameter $post_id does not match
| | actual variable name $comment_id
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
120 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
121 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
122 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
123 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
124 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/PostObjectMutation.php
----------------------------------------------------------------------
FOUND 23 ERRORS AFFECTING 21 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
20 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
24 | ERROR | Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
123 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
124 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
125 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
126 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
127 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
128 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
129 | ERROR | Doc comment for parameter $intended_post_status does
| | not match actual variable name
| | $default_post_status
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
129 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
131 | ERROR | Doc comment for parameter $default_post_status does
| | not match actual variable name
| | $intended_post_status
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
131 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
221 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
222 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
223 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
224 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
386 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
387 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
411 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
465 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/AppContext.php
----------------------------------------------------------------------
FOUND 26 ERRORS AFFECTING 21 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
62 | ERROR | Member variable "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
69 | ERROR | Member variable "$connectionArgs" is not in valid
| | snake_case format, try "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
78 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
81 | ERROR | Member variable "$CommentLoader" is not in valid
| | snake_case format, try "$comment_loader"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
83 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
86 | ERROR | Member variable "$MenuItemLoader" is not in valid
| | snake_case format, try "$menu_item_loader"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
88 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
91 | ERROR | Member variable "$PostObjectLoader" is not in valid
| | snake_case format, try "$post_object_loader"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
93 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
96 | ERROR | Member variable "$TermObjectLoader" is not in valid
| | snake_case format, try "$term_object_loader"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
98 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
101 | ERROR | Member variable "$UserLoader" is not in valid
| | snake_case format, try "$user_loader"
| | (WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase)
143 | ERROR | Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
146 | ERROR | Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
147 | ERROR | Method name "getLoader" in class AppContext is not in
| | snake case format, try "get_loader"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
149 | ERROR | A gettext call containing placeholders was found, but
| | was not accompanied by a "translators:" comment on the
| | line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
160 | ERROR | Method name "getConnectionArgs" in class AppContext is
| | not in snake case format, try
| | "get_connection_args"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
161 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
161 | ERROR | Object property "$connectionArgs" is not in valid
| | snake_case format, try "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
161 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
161 | ERROR | Object property "$connectionArgs" is not in valid
| | snake_case format, try "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
161 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
169 | ERROR | Method name "getCurrentConnection" in class AppContext
| | is not in snake case format, try
| | "get_current_connection"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
170 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
170 | ERROR | Object property "$currentConnection" is not in valid
| | snake_case format, try "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
----------------------------------------------------------------------
This file has been truncated, but you can view the full file.
FILE: ...wp-graphql/src/Connection/Themes.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
26 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
33 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Comments.php
----------------------------------------------------------------------
FOUND 28 ERRORS AFFECTING 18 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
36 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
36 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
39 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
49 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
49 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
53 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
53 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
65 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
124 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
125 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
125 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
159 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
160 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
160 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
176 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
177 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
177 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
183 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
184 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
184 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
190 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
191 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
191 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
203 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
204 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
204 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/MenuItems.php
----------------------------------------------------------------------
FOUND 14 ERRORS AND 2 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
33 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
33 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
36 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
36 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
41 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
41 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
42 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
43 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
43 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
51 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
56 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
70 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'resolveNode'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
74 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 3 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
78 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
78 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/TermObjects.php
----------------------------------------------------------------------
FOUND 19 ERRORS AND 1 WARNING AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
45 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
45 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
45 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
49 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
49 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
55 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
55 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
55 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
56 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'fromType'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
58 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
58 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
59 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
71 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
73 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
99 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
109 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
114 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
213 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
213 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Plugins.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
22 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
29 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Menus.php
----------------------------------------------------------------------
FOUND 3 ERRORS AND 6 WARNINGS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
27 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
28 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'fromType'" and
| | double arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
29 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'toType'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
30 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'fromFieldName'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
31 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'connectionArgs'"
| | and double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
45 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'resolveNode'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
48 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'resolve'" and
| | double arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
54 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/Users.php
----------------------------------------------------------------------
FOUND 8 ERRORS AND 6 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
26 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
27 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'fromType'" and
| | double arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
28 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'toType'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
29 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'fromFieldName'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
30 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'resolveNode'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
33 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'resolve'" and
| | double arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
36 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'connectionArgs'"
| | and double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
37 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
55 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
61 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
67 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
73 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
89 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/PostObjects.php
----------------------------------------------------------------------
FOUND 68 ERRORS AND 32 WARNINGS AFFECTING 75 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
39 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
40 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
41 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
41 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
50 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
53 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
53 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
53 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
55 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
55 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
64 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
64 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
64 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
67 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
67 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
74 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
74 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
74 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
78 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'resolve'" and
| | double arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
81 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
81 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
82 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
93 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
95 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
108 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
129 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
129 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
136 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
142 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
150 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'author'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
152 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
153 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
153 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
155 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'authorName'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
159 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'authorIn'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
165 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'authorNotIn'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
169 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
170 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
170 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
179 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'categoryId'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
183 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'categoryName'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
187 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'categoryIn'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
191 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
192 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
192 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
194 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'categoryNotIn'"
| | and double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
198 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
199 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
199 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
208 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'tag'" and double
| | arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
212 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'tagId'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
216 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'tagIn'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
220 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
221 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
221 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
224 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
225 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
227 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
228 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
228 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
230 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'tagSlugAnd'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
234 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
235 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
235 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
237 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'tagSlugIn'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
241 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
242 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
242 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
251 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'search'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
263 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'id'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
267 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'name'" and double
| | arrow, but found 9.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
271 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'title'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
275 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'parent'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
277 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
278 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
278 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
280 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'parentIn'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
286 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'parentNotIn'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
292 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'in'" and double
| | arrow, but found 11.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
298 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'notIn'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
302 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
303 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
303 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
305 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'nameIn'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
318 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'hasPassword'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
320 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
321 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
321 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
323 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'password'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
329 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
343 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'status'" and
| | double arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
350 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'stati'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
362 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'orderby'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
368 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'dateQuery'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
372 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'mimeType'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
376 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
376 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 94 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Connection/UserRoles.php
----------------------------------------------------------------------
FOUND 15 ERRORS AND 6 WARNINGS AFFECTING 15 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
26 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
26 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
30 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
30 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
35 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
35 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
36 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'fromType'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
37 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'toType'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
39 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
39 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
44 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
44 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
49 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
50 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'fromType'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
51 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'toType'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
53 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'resolveNode'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
56 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'resolve'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
58 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
59 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
59 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemCreate.php
----------------------------------------------------------------------
FOUND 228 ERRORS AND 5 WARNINGS AFFECTING 222 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Missing doc comment for class
| | MediaItemCreate
| | (Squiz.Commenting.ClassComment.Missing)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | WARNING | [ ] parse_url() is discouraged because of
| | inconsistency in the output across PHP versions;
| | use wp_parse_url() instead.
| | (WordPress.WP.AlternativeFunctions.parse_url_parse_url)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | WARNING | [ ] file_get_contents() is discouraged. Use
| | wp_remote_get() for remote URLs instead.
| | (WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Space before opening parenthesis of function
| | call prohibited
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
151 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
155 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
158 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
161 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
162 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Space before opening parenthesis of function
| | call prohibited
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
164 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
165 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
166 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
167 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
169 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
170 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
171 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
172 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
173 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
174 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
175 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
176 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
178 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
179 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
180 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
181 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
183 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
184 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
185 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
186 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
187 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
188 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
190 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
191 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
192 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
193 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
195 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
196 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
197 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
198 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
200 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
201 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
202 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
203 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
205 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
206 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
207 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
208 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
209 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
210 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
212 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
213 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
214 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
215 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
216 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
217 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
218 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
220 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
221 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
222 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
223 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
224 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
225 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
226 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
227 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
228 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
229 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
230 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
232 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
233 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
234 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
235 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
235 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
237 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
238 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
239 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
240 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
241 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
242 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
242 | WARNING | [x] Equals sign not aligned correctly; expected 1
| | space but found 8 spaces
| | (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
243 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
245 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
246 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
247 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
248 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
250 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
251 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
252 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
253 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
254 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 229 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UpdateSettings.php
----------------------------------------------------------------------
FOUND 147 ERRORS AFFECTING 143 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
8 | ERROR | [ ] Missing doc comment for class UpdateSettings
| | (Squiz.Commenting.ClassComment.Missing)
9 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
13 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
143 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
151 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
155 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
157 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
158 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
161 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
164 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
165 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
166 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
167 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
168 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
169 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
170 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
171 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
172 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
173 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 145 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectUpdate.php
----------------------------------------------------------------------
FOUND 144 ERRORS AND 1 WARNING AFFECTING 129 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class
| | TermObjectUpdate
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [ ] Doc comment for parameter "$taxonomy"
| | missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
16 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 1
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Expected 7 spaces after parameter type; 8
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
143 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
150 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 135 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserCreate.php
----------------------------------------------------------------------
FOUND 166 ERRORS AND 1 WARNING AFFECTING 159 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class UserCreate
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
15 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'inputFields'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
16 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
24 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
150 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
151 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
157 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
158 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
161 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
164 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
165 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
166 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
168 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
169 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
170 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
171 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
172 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
173 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
174 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
175 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
176 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 164 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectDelete.php
----------------------------------------------------------------------
FOUND 126 ERRORS AFFECTING 120 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class PostObjectDelete
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
19 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 121 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/SendPasswordResetEmail.php
----------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class
| | SendPasswordResetEmail
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [ ] Missing doc comment for function
| | register_mutation()
| | (Squiz.Commenting.FunctionComment.Missing)
12 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
12 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
58 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
59 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
117 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
156 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
157 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
183 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectCreate.php
----------------------------------------------------------------------
FOUND 163 ERRORS AFFECTING 144 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class TermObjectCreate
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
19 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
20 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Expected 7 spaces after parameter type; 8
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
143 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
150 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
151 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
155 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
157 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
158 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
162 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
164 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
165 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
166 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 154 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserUpdate.php
----------------------------------------------------------------------
FOUND 100 ERRORS AFFECTING 93 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class UserUpdate
| | (Squiz.Commenting.ClassComment.Missing)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
15 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
36 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 97 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentDelete.php
----------------------------------------------------------------------
FOUND 99 ERRORS AFFECTING 95 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Missing doc comment for class CommentDelete
| | (Squiz.Commenting.ClassComment.Missing)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Cast statements must not contain whitespace;
| | expected "(object)" but found "( object )"
| | (Squiz.WhiteSpace.CastSpacing.ContainsWhiteSpace)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 97 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemUpdate.php
----------------------------------------------------------------------
FOUND 122 ERRORS AFFECTING 113 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Missing doc comment for class MediaItemUpdate
| | (Squiz.Commenting.ClassComment.Missing)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Multi-line function call not indented correctly;
| | expected 8 spaces but found 12
| | (PEAR.Functions.FunctionCallSignature.Indent)
40 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Block comments must be ended with */
| | (Squiz.Commenting.BlockComment.WrongEnd)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 117 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/TermObjectDelete.php
----------------------------------------------------------------------
FOUND 117 ERRORS AND 1 WARNING AFFECTING 103 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [ ] Missing doc comment for class
| | TermObjectDelete
| | (Squiz.Commenting.ClassComment.Missing)
10 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
18 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 1
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
60 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 4
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
67 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 4
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Expected 1 spaces after parameter type; 2
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Expected 7 spaces after parameter type; 8
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 110 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectCreate.php
----------------------------------------------------------------------
FOUND 333 ERRORS AND 1 WARNING AFFECTING 308 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Missing doc comment for class
| | PostObjectCreate
| | (Squiz.Commenting.ClassComment.Missing)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
21 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
114 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
136 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
143 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
151 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
155 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
157 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
162 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
163 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
164 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
165 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
166 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
167 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
168 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
169 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
170 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
171 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
172 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
173 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
175 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
176 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
177 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
179 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
180 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
181 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
182 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
183 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
185 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
186 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
187 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
188 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
189 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
190 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
191 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
192 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
193 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
194 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
196 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
197 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
198 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
199 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
200 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
201 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
203 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
204 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
205 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
206 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
207 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
207 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
208 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
209 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
211 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
212 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
213 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
214 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
215 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
216 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
216 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
217 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
218 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
220 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
220 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
221 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
222 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
223 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
224 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
226 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
227 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
227 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
228 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
229 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
231 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
232 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
233 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
234 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
235 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
236 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
237 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
238 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
239 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
240 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
242 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
243 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
244 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
245 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
246 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
247 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
248 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
250 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
251 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
252 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
253 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
254 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
256 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
257 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
258 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
259 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
261 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
262 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
263 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
264 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
265 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
266 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
267 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
268 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
269 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
270 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
271 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
273 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
274 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
275 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
276 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
277 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
278 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
280 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
281 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
282 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
283 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
284 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
285 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
286 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
288 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
289 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
290 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
291 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
292 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
293 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
294 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
295 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
296 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
297 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
298 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
299 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
300 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
301 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
302 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
303 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
304 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
305 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
306 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
307 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
309 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
310 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
311 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
312 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
313 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
315 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
316 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
317 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
318 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
319 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
319 | WARNING | [ ] Variable assignment found within a condition.
| | Did you mean to do a comparison?
| | (WordPress.CodeAnalysis.AssignmentInCondition.Found)
319 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
320 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
321 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
323 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
324 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
325 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
326 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
327 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
328 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
329 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
330 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
331 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
332 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
332 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
333 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
334 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
336 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
337 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
337 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
339 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
341 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
342 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
343 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
344 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
345 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
346 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
347 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
348 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 316 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentRestore.php
----------------------------------------------------------------------
FOUND 89 ERRORS AFFECTING 85 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [ ] Missing doc comment for class CommentRestore
| | (Squiz.Commenting.ClassComment.Missing)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
16 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Cast statements must not contain whitespace;
| | expected "(object)" but found "( object )"
| | (Squiz.WhiteSpace.CastSpacing.ContainsWhiteSpace)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 87 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentCreate.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [ ] Missing doc comment for class CommentCreate
| | (Squiz.Commenting.ClassComment.Missing)
16 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
16 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
20 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
113 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
115 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
197 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/ResetUserPassword.php
----------------------------------------------------------------------
FOUND 94 ERRORS AND 2 WARNINGS AFFECTING 88 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [ ] Missing doc comment for class
| | ResetUserPassword
| | (Squiz.Commenting.ClassComment.Missing)
10 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
14 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'inputFields'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'outputFields'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Array keys must NOT be surrounded by spaces if
| | they only contain a string or an integer.
| | (WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Array keys must NOT be surrounded by spaces if
| | they only contain a string or an integer.
| | (WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Array keys must NOT be surrounded by spaces if
| | they only contain a string or an integer.
| | (WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 94 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/MediaItemDelete.php
----------------------------------------------------------------------
FOUND 110 ERRORS AFFECTING 105 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [ ] Missing doc comment for class MediaItemDelete
| | (Squiz.Commenting.ClassComment.Missing)
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
14 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [ ] A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:"
| | comment on the line above to clarify the meaning
| | of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
120 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
143 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 106 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserRegister.php
----------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [ ] Missing doc comment for class UserRegister
| | (Squiz.Commenting.ClassComment.Missing)
15 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
15 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
19 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
28 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
28 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
31 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
33 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
40 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
43 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/PostObjectUpdate.php
----------------------------------------------------------------------
FOUND 145 ERRORS AFFECTING 134 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [ ] Missing doc comment for class PostObjectUpdate
| | (Squiz.Commenting.ClassComment.Missing)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
20 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
105 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
116 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
141 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
144 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
145 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
147 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
148 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
149 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
150 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
152 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
153 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
154 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
155 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
156 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
157 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
158 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
159 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
160 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 135 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/UserDelete.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [ ] Missing doc comment for class UserDelete
| | (Squiz.Commenting.ClassComment.Missing)
14 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
14 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
107 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
125 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Mutation/CommentUpdate.php
----------------------------------------------------------------------
FOUND 101 ERRORS AFFECTING 95 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [ ] Missing doc comment for class CommentUpdate
| | (Squiz.Commenting.ClassComment.Missing)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
16 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
16 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
20 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
38 | ERROR | [x] Multi-line function call not indented correctly;
| | expected 8 spaces but found 12
| | (PEAR.Functions.FunctionCallSignature.Indent)
38 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
67 | ERROR | [x] Functions must not contain multiple empty lines in
| | a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
110 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
114 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 99 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/SchemaRegistry.php
----------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
29 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
29 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
32 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
51 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
65 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
66 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
77 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
88 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
113 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/TypeRegistry.php
----------------------------------------------------------------------
FOUND 118 ERRORS AND 64 WARNINGS AFFECTING 156 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
84 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
85 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
86 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
87 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
88 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
89 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
90 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
91 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
92 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
93 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
94 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
95 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
96 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
97 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
98 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
99 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
100 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
101 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
102 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
103 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
104 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
105 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
106 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
107 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
108 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
109 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
110 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
111 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
112 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
113 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
114 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
115 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
116 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
117 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
118 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
119 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
120 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
121 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
122 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
123 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
124 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
125 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
126 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
127 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
128 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
141 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
141 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
141 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
146 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
176 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
199 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
200 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
201 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
202 | WARNING | [x] "require_once" is a statement not a function; no
| | parentheses are required
| | (PEAR.Files.IncludingFile.BracketsNotRequired)
203 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
248 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
260 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
261 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
279 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
280 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
281 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
288 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
288 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
290 | ERROR | [x] Space before opening parenthesis of function
| | call prohibited
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
292 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
309 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
309 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
309 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
316 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
317 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
324 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
324 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
326 | ERROR | [x] Space before opening parenthesis of function
| | call prohibited
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
330 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
336 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
343 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
344 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
363 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
364 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
415 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
416 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
420 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
433 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
445 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
446 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
447 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
451 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
452 | ERROR | [ ] Missing @throws tag for "InvariantViolation"
| | exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
467 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
471 | ERROR | [x] Must use "self::" for local static member
| | reference
| | (Squiz.Classes.SelfMemberReference.NotUsed)
492 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
493 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
496 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
504 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
505 | ERROR | [x] Must use "self::" for local static member
| | reference
| | (Squiz.Classes.SelfMemberReference.NotUsed)
508 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
512 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
515 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
516 | ERROR | [x] Must use "self::" for local static member
| | reference
| | (Squiz.Classes.SelfMemberReference.NotUsed)
520 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
534 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
557 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
558 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
570 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
574 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
589 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
591 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 10 spaces but found 15
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
592 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 12 spaces but found 17
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
593 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 4 spaces but found 9
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
594 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 2 spaces but found 7
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
595 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 4 spaces but found 9
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
596 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 8 spaces but found 13
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
597 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 7 spaces but found 12
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
598 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 5 spaces but found 10
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
599 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 1 space but found 6
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
602 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 4 spaces but found 9
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
603 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 9 spaces but found 14
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
611 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
611 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
612 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
616 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
620 | ERROR | [x] No space found before comment text; expected "//
| | @TODO: Same as above ^ description seems a
| | little vague" but found "//@TODO: Same as above
| | ^ description seems a little vague"
| | (Squiz.Commenting.InlineComment.NoSpaceBefore)
628 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
628 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
630 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
634 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
647 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
647 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
648 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
650 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
650 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
652 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'Connection between the %1$s type
| | and the %2s type', $from_type, $to_type )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
653 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
663 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
663 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'Edges for the %1$s connection',
| | $connection_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
685 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
685 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
686 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
688 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
688 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
688 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
690 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
707 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
707 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
708 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
708 | ERROR | [ ] Multiple placeholders should be ordered. Mix of
| | ordered and non-ordered placeholders found.
| | Found: %1$s, %2s.
| | (WordPress.WP.I18n.MixedOrderedPlaceholdersText)
716 | WARNING | [ ] base64_encode() can be used to obfuscate code
| | which is strongly discouraged. Please verify
| | that the function is used for benign
| | reasons.
| | (WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode)
721 | ERROR | [ ] Object property "$prevConnection" is not in
| | valid snake_case format, try
| | "$prev_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
721 | ERROR | [ ] Object property "$currentConnection" is not in
| | valid snake_case format, try
| | "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
721 | ERROR | [ ] Object property "$currentConnection" is not in
| | valid snake_case format, try
| | "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
726 | ERROR | [ ] Object property "$currentConnection" is not in
| | valid snake_case format, try
| | "$current_connection"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
732 | ERROR | [ ] Object property "$connectionArgs" is not in
| | valid snake_case format, try
| | "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
733 | ERROR | [ ] Object property "$connectionArgs" is not in
| | valid snake_case format, try
| | "$connection_args"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
741 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
748 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
749 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
768 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
768 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
769 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
769 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'The payload for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
771 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
785 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
785 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
786 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
786 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'Input for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
788 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
790 | ERROR | [ ] Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try
| | "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
792 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
792 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
792 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
793 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
793 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'The payload for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
799 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
799 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'Input for the %s mutation',
| | $mutation_name )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
803 | ERROR | [ ] Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try
| | "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
804 | ERROR | [x] No space found before comment text; expected "//
| | @todo: Might want to check that this is callable
| | before invoking, otherwise errors could happen"
| | but found "//@todo: Might want to check that
| | this is callable before invoking, otherwise
| | errors could happen"
| | (Squiz.Commenting.InlineComment.NoSpaceBefore)
805 | ERROR | [ ] Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try
| | "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
806 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
809 | ERROR | [ ] Variable "$mutateAndGetPayload" is not in valid
| | snake_case format, try
| | "$mutate_and_get_payload"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
813 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
814 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 120 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Server/WPHelper.php
----------------------------------------------------------------------
FOUND 12 ERRORS AND 3 WARNINGS AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
20 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
21 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
23 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
25 | ERROR | [ ] Variable "$bodyParams" is not in valid snake_case
| | format, try "$body_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
25 | ERROR | [ ] Variable "$queryParams" is not in valid
| | snake_case format, try "$query_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
29 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 2 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
29 | ERROR | [ ] Variable "$bodyParams" is not in valid snake_case
| | format, try "$body_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
30 | ERROR | [ ] Variable "$queryParams" is not in valid
| | snake_case format, try "$query_params"
| | (WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase)
33 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'method'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
35 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'body_params'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
35 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
55 | ERROR | [x] Whitespace found at end of line
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
91 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Utils/InstrumentSchema.php
----------------------------------------------------------------------
FOUND 31 ERRORS AND 1 WARNING AFFECTING 24 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
23 | ERROR | [x] Expected 5 space(s) before asterisk; 4 found
| | (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
24 | ERROR | [x] Expected 5 space(s) before asterisk; 4 found
| | (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
25 | ERROR | [x] Expected 5 space(s) before asterisk; 4 found
| | (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
25 | ERROR | [ ] Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
28 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
29 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
66 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
67 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
92 | ERROR | [ ] Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
92 | ERROR | [ ] Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | [ ] Object property "$deprecationReason" is not in
| | valid snake_case format, try
| | "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | [ ] Object property "$deprecationReason" is not in
| | valid snake_case format, try
| | "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
98 | ERROR | [ ] Object property "$deprecationReason" is not in
| | valid snake_case format, try
| | "$deprecation_reason"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
119 | ERROR | [ ] Object property "$resolveFn" is not in valid
| | snake_case format, try "$resolve_fn"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
128 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
128 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 3 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
198 | ERROR | [ ] Doc comment for parameter "$field_resolver"
| | missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
203 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
204 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
205 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
206 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
207 | ERROR | [ ] Doc comment for parameter $type_name does not
| | match actual variable name $field_resolver
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
207 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
208 | ERROR | [ ] Doc comment for parameter $field_key does not
| | match actual variable name $type_name
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
208 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
209 | ERROR | [ ] Doc comment for parameter $field does not match
| | actual variable name $field_key
| | (Squiz.Commenting.FunctionComment.ParamNameNoMatch)
209 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
212 | ERROR | [ ] Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
229 | ERROR | [x] Space before opening parenthesis of function
| | call prohibited
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
271 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
277 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Request.php
----------------------------------------------------------------------
FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
118 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
148 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
162 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
163 | ERROR | [x] There must be a single blank line after a tag
| | group
| | (Generic.Commenting.DocComment.SpacingAfterTagGroup)
163 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
177 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
182 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 5 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
261 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
306 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/PostObjectsConnectionOrderbyInput.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/DateInput.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
4 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
4 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
6 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'fields'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
20 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/DateQueryInput.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
58 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
59 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Input/MenuItemsConnectionWhereArgs.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/AvatarRatingEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
4 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
4 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
20 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
20 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostTypeEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
25 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
25 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
27 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
28 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MenuLocationEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
24 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
24 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
26 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'values'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
26 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
27 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/UsersConnectionSearchColumnEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
24 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TermObjectsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
2 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
7 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'values'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
30 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
45 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TaxonomyEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
23 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
23 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
25 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
26 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MediaItemSizeEnum.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
14 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
28 | ERROR | [ ] A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
34 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
34 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
36 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
37 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/UserRoleEnum.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $role
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
22 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
22 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
24 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
25 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/TimezoneEnum.php
----------------------------------------------------------------------
FOUND 22 ERRORS AND 4 WARNINGS AFFECTING 22 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $locale
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
12 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 11 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
14 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 7 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
24 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
37 | WARNING | [ ] Not using strict comparison for in_array; supply
| | true for third argument.
| | (WordPress.PHP.StrictInArray.MissingTrueStrict)
40 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
63 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
66 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
70 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
74 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
78 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
79 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 2 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
83 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
88 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
158 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
158 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
161 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
162 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
162 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
166 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
169 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
174 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
174 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
176 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
177 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectFieldFormatEnum.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
19 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/CommentsConnectionOrderbyEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
4 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
4 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
6 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'values'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
56 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostObjectsConnectionDateColumnEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
15 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/OrderEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
16 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MimeTypeEnum.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
7 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
22 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
22 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
24 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
25 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/MediaItemStatusEnum.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
22 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $status
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
25 | ERROR | [ ] A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
31 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
31 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
33 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
34 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/RelationEnum.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
17 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Enum/PostStatusEnum.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $status
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
22 | ERROR | [ ] A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
28 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
28 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
31 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPInputObjectType.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
23 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
23 | ERROR | [x] Expected 2 spaces after parameter type; 1 found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
24 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
25 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
25 | ERROR | [x] Expected 2 spaces after parameter type; 1 found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
44 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
50 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPUnionType.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Doc comment for parameter "$config" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
62 | ERROR | Missing doc comment for function prepare_types()
| | (Squiz.Commenting.FunctionComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PageInfo.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
12 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
37 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/CommentAuthor.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
9 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
15 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'name'" and double
| | arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
19 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'email'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
23 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'url'" and double
| | arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
28 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
32 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Taxonomy.php
----------------------------------------------------------------------
FOUND 10 ERRORS AND 4 WARNINGS AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
9 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
14 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'type'" and double
| | arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
26 | ERROR | [x] No space found before comment text; expected "//
| | @todo: add "labels" field" but found "//@todo:
| | add "labels" field"
| | (Squiz.Commenting.InlineComment.NoSpaceBefore)
35 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'isRestricted'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
36 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
93 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
98 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
127 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
132 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
152 | WARNING | [x] Equals sign not aligned correctly; expected 1
| | space but found 44 spaces
| | (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
161 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
162 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/TermObject.php
----------------------------------------------------------------------
FOUND 25 ERRORS AND 7 WARNINGS AFFECTING 25 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [ ] Missing doc comment for function
| | register_taxonomy_object_type()
| | (Squiz.Commenting.FunctionComment.Missing)
12 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
12 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
13 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
13 | ERROR | [ ] The $text arg must be a single string literal,
| | not "sprintf( 'The %s type', $single_name
| | )".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
20 | ERROR | [x] Perl-style comments are not allowed; use "//
| | Comment" instead
| | (Squiz.Commenting.InlineComment.WrongStyle)
21 | ERROR | [ ] The $text arg must be a single string literal,
| | not "'The global ID for the
| | '.$taxonomy_object->name".
| | (WordPress.WP.I18n.NonSingularStringLiteralText)
26 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'resolve'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
28 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
58 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
59 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
61 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'isRestricted'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
62 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
70 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
73 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
73 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
73 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
76 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'resolve'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
77 | ERROR | [ ] Object property "$parentId" is not in valid
| | snake_case format, try "$parent_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
77 | ERROR | [ ] Object property "$parentId" is not in valid
| | snake_case format, try "$parent_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
78 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
79 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
81 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
81 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
81 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
86 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'resolve'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
87 | WARNING | [x] Equals sign not aligned correctly; expected 1
| | space but found 4 spaces
| | (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
89 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
97 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
98 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
100 | WARNING | [ ] This comment is 57% valid code; is this
| | commented out code?
| | (Squiz.PHP.CommentedOutCode.Found)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PostType.php
----------------------------------------------------------------------
FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
9 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
14 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'type'" and double
| | arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
110 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'isRestricted'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
111 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
116 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
121 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
152 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
157 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
187 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/EditLock.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
9 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
9 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
18 | ERROR | [x] Expected 1 spaces after opening bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
33 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Settings.php
----------------------------------------------------------------------
FOUND 8 ERRORS AND 1 WARNING AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
42 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'resolve'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
61 | ERROR | [x] Short form type keywords must be used. Found:
| | (boolean)
| | (PSR12.Keywords.ShortFormTypeKeywords.LongFound)
72 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
74 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
78 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
78 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
80 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
81 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/PostTypeLabelDetails.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
174 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
175 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Plugin.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 9 WARNINGS AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
8 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
9 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'type'" and double
| | arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
10 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
13 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'name'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
17 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'pluginUri'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
21 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
25 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'author'" and double
| | arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
29 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'authorUri'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
33 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'version'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
38 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
43 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Theme.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 12 WARNINGS AFFECTING 17 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
9 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
10 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 1 space(s) between "'type'" and double
| | arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
11 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
14 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'slug'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
18 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'name'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
22 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'screenshot'" and
| | double arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
26 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'themeUri'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
30 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
34 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'author'" and double
| | arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
38 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'authorUri'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
42 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'tags'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
44 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
48 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'version'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
53 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
58 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/User.php
----------------------------------------------------------------------
FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
7 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
7 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
12 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
18 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
40 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
84 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'isRestricted'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
85 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
124 | ERROR | [ ] Object property "$userId" is not in valid
| | snake_case format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
126 | ERROR | [ ] Object property "$foundAvatar" is not in valid
| | snake_case format, try "$found_avatar"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
130 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
131 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaSize.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
52 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
53 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Avatar.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
50 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
53 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
54 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/SettingGroup.php
----------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
8 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
9 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
12 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
12 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
13 | ERROR | [ ] A gettext call containing placeholders was found,
| | but was not accompanied by a "translators:" comment
| | on the line above to clarify the meaning of the
| | placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
15 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
21 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
81 | ERROR | [x] Short form type keywords must be used. Found:
| | (boolean)
| | (PSR12.Keywords.ShortFormTypeKeywords.LongFound)
93 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
95 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Menu.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 6 WARNINGS AFFECTING 10 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
7 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
7 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
10 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
16 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'count'" and double
| | arrow, but found 2.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
20 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'menuId'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
24 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'name'" and double
| | arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
28 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'slug'" and double
| | arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
33 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
36 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
37 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MenuItem.php
----------------------------------------------------------------------
FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
13 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
13 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
24 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
56 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'isRestricted'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
57 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
65 | ERROR | [ ] Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
66 | ERROR | [ ] Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
69 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
74 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
108 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
109 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
110 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/Comment.php
----------------------------------------------------------------------
FOUND 18 ERRORS AND 14 WARNINGS AFFECTING 29 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
11 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
11 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
15 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 10.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
17 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
21 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'commentId'" and
| | double arrow, but found 3.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
25 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'commentedOn'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
34 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
36 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'author'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
45 | ERROR | [ ] Object property "$userId" is not in valid
| | snake_case format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
46 | ERROR | [ ] Object property "$userId" is not in valid
| | snake_case format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
46 | ERROR | [ ] Object property "$userId" is not in valid
| | snake_case format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
50 | ERROR | [ ] Object property "$userId" is not in valid
| | snake_case format, try "$user_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
53 | ERROR | [ ] Object property "$commentId" is not in valid
| | snake_case format, try "$comment_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
53 | ERROR | [ ] Object property "$commentId" is not in valid
| | snake_case format, try "$comment_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
55 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
57 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'authorIp'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
61 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'date'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
65 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'dateGmt'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
69 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'content'" and
| | double arrow, but found 5.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
76 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
80 | ERROR | [ ] Object property "$contentRaw" is not in valid
| | snake_case format, try "$content_raw"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
82 | ERROR | [ ] Object property "$contentRendered" is not in
| | valid snake_case format, try
| | "$content_rendered"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
86 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'karma'" and double
| | arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
90 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'approved'" and
| | double arrow, but found 4.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
94 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'agent'" and double
| | arrow, but found 7.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
98 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'type'" and double
| | arrow, but found 8.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
102 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'parent'" and
| | double arrow, but found 6.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
107 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
110 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
113 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
114 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaItemMeta.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
56 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/RootQuery.php
----------------------------------------------------------------------
FOUND 32 ERRORS AND 2 WARNINGS AFFECTING 26 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
13 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
13 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
21 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
29 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
68 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 12 spaces but found 7
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
70 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
127 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
136 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
150 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
154 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $post_type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
155 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $post_type_object
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
157 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
157 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
157 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
174 | WARNING | [x] Equals sign not aligned correctly; expected 1
| | space but found 7 spaces
| | (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
178 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
187 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
191 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
192 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
198 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
202 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
202 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
202 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
204 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
229 | ERROR | [x] Expected 1 spaces after opening bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
229 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
230 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
235 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
242 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $taxonomy
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
244 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
244 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
244 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
263 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/UserRole.php
----------------------------------------------------------------------
FOUND 7 ERRORS AND 1 WARNING AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
10 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
20 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
25 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
28 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
29 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/RootMutation.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
7 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'fields'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
9 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
10 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'args'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
12 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
21 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
21 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Object/MediaDetails.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
5 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
5 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
43 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
44 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/MenuItemObjectUnion.php
----------------------------------------------------------------------
FOUND 11 ERRORS AND 1 WARNING AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
15 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'show_in_graphql'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
22 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
27 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $type
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
34 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
34 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
38 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
43 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
48 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
49 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
50 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
55 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/PostObjectUnion.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
17 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
23 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/CommentAuthorUnion.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
10 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
10 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
23 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/Union/TermObjectUnion.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
17 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
17 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
20 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
20 | ERROR | [ ] Object property "$taxonomyName" is not in valid
| | snake_case format, try "$taxonomy_name"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
22 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPEnumType.php
----------------------------------------------------------------------
FOUND 9 ERRORS AND 1 WARNING AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
21 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 3 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
44 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
49 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
49 | ERROR | [x] Expected 2 spaces after parameter type; 1
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
50 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
59 | ERROR | [ ] Doc comment long description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.LongNotCapital)
70 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
76 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Type/WPObjectType.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
35 | ERROR | Doc comment for parameter "$config" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
67 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
87 | ERROR | Doc comment short description must start with a capital
| | letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
92 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
93 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/CommentAuthor.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
31 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
52 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
55 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
61 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'url'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
63 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Taxonomy.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 18 WARNINGS AFFECTING 23 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
48 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
51 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
71 | ERROR | [x] Expected 1 spaces before closing bracket; 2
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
102 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 18 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
105 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'object_type'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
108 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 16 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
111 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'label'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
114 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
117 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'public'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
120 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'hierarchical'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
123 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'showUi'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
126 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'showInMenu'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
129 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'showInNavMenus'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
132 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'showCloud'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
135 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'showInQuickEdit'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
138 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'showInAdminColumn'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
141 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'showInRest'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
144 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'restBase'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
150 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'showInGraphql'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
153 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'graphqlSingleName'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
159 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'graphqlPluralName'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/PostType.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 24 WARNINGS AFFECTING 29 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
52 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
55 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
106 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 18 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
109 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 16 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
112 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'label'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
115 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'labels'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
118 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
121 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'public'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
124 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'hierarchical'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
127 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'excludeFromSearch'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
130 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'publiclyQueryable'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
133 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'showUi'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
136 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'showInMenu'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
139 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'showInNavMenus'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
142 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'showInAdminBar'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
145 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'menuPosition'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
148 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'menuIcon'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
151 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'hasArchive'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
154 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'canExport'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
157 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'deleteWithUser'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
160 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'taxonomies'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
164 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'showInRest'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
167 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'restBase'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
173 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'showInGraphql'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
176 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'graphqlSingleName'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
182 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between
| | "'graphqlPluralName'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
192 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Post.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
120 | ERROR | Missing doc comment for function setup()
| | (Squiz.Commenting.FunctionComment.Missing)
127 | ERROR | Overriding WordPress globals is prohibited. Found
| | assignment to $GLOBALS['post']
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Plugin.php
----------------------------------------------------------------------
FOUND 7 ERRORS AND 6 WARNINGS AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
34 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
37 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
52 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
71 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
74 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
77 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'pluginUri'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
83 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'author'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
86 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'authorUri'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
89 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'version'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
91 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
96 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Theme.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 9 WARNINGS AFFECTING 15 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
37 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
41 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
79 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
83 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'slug'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
87 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
91 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'screenshot'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
95 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'themeUri'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
102 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'author'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
105 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'authorUri'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
109 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'tags'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
112 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'version'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
114 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
119 | ERROR | [x] File must end with a newline character
| | (Generic.Files.EndFileNewline.NotFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Term.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 12 WARNINGS AFFECTING 17 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
47 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
51 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
54 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 12 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
70 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 13 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
73 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'term_id'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
76 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'count'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
79 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
82 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
85 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'slug'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
88 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'termGroupId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
94 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'taxonomyName'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
97 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'link'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
101 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'parentId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
103 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
107 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 18 spaces but found 17
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/User.php
----------------------------------------------------------------------
FOUND 12 ERRORS AND 18 WARNINGS AFFECTING 27 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
45 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
49 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
51 | ERROR | [x] No space before closing parenthesis is
| | prohibited
| | (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis)
53 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
55 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 6 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
84 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
110 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 16 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
113 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'capabilities'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
120 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
120 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
120 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
122 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
122 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
129 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'capKey'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
132 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 13 space(s) between "'roles'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
135 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 13 space(s) between "'email'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
138 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'firstName'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
141 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'lastName'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
147 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
150 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'username'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
153 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
156 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'registeredDate'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
159 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'nickname'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
162 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'url'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
165 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'slug'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
168 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'nicename'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
171 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'locale'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
175 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'userId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Model.php
----------------------------------------------------------------------
FOUND 27 ERRORS AND 9 WARNINGS AFFECTING 30 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
79 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
81 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
82 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
87 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
92 | ERROR | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
| | (WordPress.WP.I18n.MissingTranslatorsComment)
95 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 12 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
97 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 21 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
98 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 14 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
113 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
126 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
127 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
141 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
149 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 7 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
175 | ERROR | [x] String "\\" does not require double quotes; use
| | single quotes instead
| | (Squiz.Strings.DoubleQuoteUsage.NotRequired)
176 | ERROR | [x] String "\\" does not require double quotes; use
| | single quotes instead
| | (Squiz.Strings.DoubleQuoteUsage.NotRequired)
226 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
228 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
232 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
258 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
258 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 1
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
259 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
260 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
260 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 1
| | (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
282 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
282 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
297 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
313 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 8 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
414 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
417 | ERROR | [x] Opening brace must be the last content on the
| | line
| | (Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace)
417 | ERROR | [x] Each PHP statement must be on a line by
| | itself
| | (Generic.Formatting.DisallowMultipleStatements.SameLine)
418 | ERROR | [x] Opening brace must be the last content on the
| | line
| | (Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace)
418 | ERROR | [x] Each PHP statement must be on a line by
| | itself
| | (Generic.Formatting.DisallowMultipleStatements.SameLine)
419 | ERROR | [x] Opening brace must be the last content on the
| | line
| | (Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace)
419 | ERROR | [x] Each PHP statement must be on a line by
| | itself
| | (Generic.Formatting.DisallowMultipleStatements.SameLine)
476 | ERROR | [ ] Missing doc comment for function init()
| | (Squiz.Commenting.FunctionComment.Missing)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Avatar.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 9 WARNINGS AFFECTING 13 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
34 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
36 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
55 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'size'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
58 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'height'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
61 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 8 space(s) between "'width'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
64 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'default'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
70 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'rating'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
73 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'scheme'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
76 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'extraAttr'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
79 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'foundAvatar'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
82 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'url'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
84 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Menu.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 4 WARNINGS AFFECTING 9 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
32 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
36 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
54 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 5 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
57 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'count'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
63 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
66 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 3 space(s) between "'slug'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
68 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/MenuItem.php
----------------------------------------------------------------------
FOUND 3 ERRORS AND 9 WARNINGS AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
36 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
40 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
58 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
61 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'cssClasses'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
70 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 6 space(s) between "'description'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
73 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'label'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
79 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 7 space(s) between "'menuItemId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
82 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'objectId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
85 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'target'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
88 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'title'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
91 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'url'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/Comment.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 16 WARNINGS AFFECTING 21 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
42 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
44 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
79 | WARNING | [ ] Found: !=. Use strict comparisons (=== or
| | !==).
| | (WordPress.PHP.StrictComparisons.LooseComparison)
98 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 17 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
101 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 10 space(s) between "'commentId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
107 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'comment_ID'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
110 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'comment_post_ID'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
113 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between
| | "'comment_parent_id'" and double arrow, but
| | found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
116 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'authorIp'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
119 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'date'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
122 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 12 space(s) between "'dateGmt'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
125 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'contentRaw'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
128 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 4 space(s) between "'contentRendered'"
| | and double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
132 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'karma'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
135 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'approved'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
138 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 14 space(s) between "'agent'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
141 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 15 space(s) between "'type'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
144 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 13 space(s) between "'userId'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
146 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Model/UserRole.php
----------------------------------------------------------------------
FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
3 | ERROR | [x] There must be one blank line after the namespace
| | declaration
| | (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
30 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
34 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
71 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 11 space(s) between "'id'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
75 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 9 space(s) between "'name'" and double
| | arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
84 | ERROR | [x] Each array item in a multi-line array declaration
| | must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Router.php
----------------------------------------------------------------------
FOUND 19 ERRORS AND 8 WARNINGS AFFECTING 25 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
99 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
200 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
200 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
202 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
203 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
208 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
| | (Squiz.Commenting.InlineComment.InvalidEndChar)
286 | ERROR | [ ] Global variable '$HTTP_RAW_POST_DATA' is
| | deprecated since PHP 5.6 and removed since PHP
| | 7.0; Use php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
292 | ERROR | [ ] Global variable '$HTTP_RAW_POST_DATA' is
| | deprecated since PHP 5.6 and removed since PHP
| | 7.0; Use php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
293 | ERROR | [ ] Overriding WordPress globals is prohibited.
| | Found assignment to $HTTP_RAW_POST_DATA
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
293 | ERROR | [ ] Global variable '$HTTP_RAW_POST_DATA' is
| | deprecated since PHP 5.6 and removed since PHP
| | 7.0; Use php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
296 | ERROR | [ ] Global variable '$HTTP_RAW_POST_DATA' is
| | deprecated since PHP 5.6 and removed since PHP
| | 7.0; Use php://input instead
| | (PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved)
307 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
331 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 10 spaces but found 11
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
332 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 1 space but found 2
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
333 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 6 spaces but found 7
| | spaces
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
336 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 2 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
340 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 9 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
341 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 10 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
343 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 6 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
355 | WARNING | [ ] This comment is 50% valid code; is this
| | commented out code?
| | (Squiz.PHP.CommentedOutCode.Found)
390 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
391 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
392 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
393 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
394 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
395 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Types.php
----------------------------------------------------------------------
FOUND 66 ERRORS AND 2 WARNINGS AFFECTING 65 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
312 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
323 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
334 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
345 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
356 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
366 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
377 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
377 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
383 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
410 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
421 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
427 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
440 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 16 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
456 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
467 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
467 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
478 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
488 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
498 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
509 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
520 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
531 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
542 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
553 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
564 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
575 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
587 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
598 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
609 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
615 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
628 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 16 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
643 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
654 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
665 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
676 | ERROR | [ ] Assignments must be the first block of code on a
| | line
| | (Squiz.PHP.DisallowMultipleAssignments.Found)
737 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
751 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
757 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
763 | ERROR | [ ] Doc comment for parameter "$type" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
767 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
779 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
780 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
797 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
803 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
803 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
819 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
820 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
821 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
822 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
823 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
824 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
825 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
826 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
827 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
828 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
829 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
830 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
831 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
832 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
833 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
834 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
835 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
836 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
837 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
838 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
839 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
840 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/WPSchema.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
18 | ERROR | Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
35 | ERROR | Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/UserConnectionResolver.php
----------------------------------------------------------------------
FOUND 11 ERRORS AND 5 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
34 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
87 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
97 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
112 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
117 | ERROR | [ ] Missing @throws tag in function comment
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
124 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
125 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
126 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
127 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
128 | WARNING | [ ] Found precision alignment of 1 spaces.
| | (WordPress.WhiteSpace.PrecisionAlignment.Found)
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/AbstractConnectionResolver.php
----------------------------------------------------------------------
FOUND 50 ERRORS AND 1 WARNING AFFECTING 42 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
78 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
83 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
88 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
93 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
98 | ERROR | [ ] Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | [ ] Doc comment for parameter "$args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | [ ] Doc comment for parameter "$context" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
98 | ERROR | [ ] Doc comment for parameter "$info" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
101 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
102 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
103 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
104 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
106 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
160 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
161 | ERROR | [x] Expected 2 spaces after parameter type; 1
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
161 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
163 | ERROR | [x] Space between function name and opening
| | parenthesis is prohibited.
| | (WordPress.WhiteSpace.ControlStructureSpacing.SpaceBeforeFunctionOpenParenthesis)
163 | ERROR | [ ] Method name "setQueryArg" in class
| | AbstractConnectionResolver is not in snake case
| | format, try "set_query_arg"
| | (WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid)
168 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
181 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
194 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
206 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
224 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
230 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
255 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
260 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
261 | ERROR | [ ] Missing @throws tag for "UserError"
| | exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
306 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
337 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
351 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
365 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
378 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
391 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
411 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
411 | ERROR | [ ] Doc comment for parameter "$node" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
411 | ERROR | [ ] Doc comment for parameter "$key" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
412 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
413 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
418 | WARNING | [ ] base64_encode() can be used to obfuscate code
| | which is strongly discouraged. Please verify
| | that the function is used for benign
| | reasons.
| | (WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode)
422 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
438 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
438 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
442 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
442 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
450 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
451 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
459 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
502 | ERROR | [x] Additional blank lines found at end of doc
| | comment
| | (Generic.Commenting.DocComment.SpacingAfter)
507 | ERROR | [ ] Missing doc comment for function
| | execute_and_get_data()
| | (Squiz.Commenting.FunctionComment.Missing)
574 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/PostObjectConnectionResolver.php
----------------------------------------------------------------------
FOUND 24 ERRORS AND 1 WARNING AFFECTING 19 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
30 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
32 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
34 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
35 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
37 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
53 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
242 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
242 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
245 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
246 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
246 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
248 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
255 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
263 | ERROR | [x] Each array item in a multi-line array
| | declaration must end in a comma
| | (WordPress.Arrays.CommaAfterArrayItem.NoComma)
311 | ERROR | [ ] Doc comment for parameter "$where_args"
| | missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
387 | ERROR | [ ] Doc comment for parameter "$stati" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
395 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
424 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
424 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
433 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
433 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
433 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
433 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/MenuItemConnectionResolver.php
----------------------------------------------------------------------
FOUND 17 ERRORS AND 2 WARNINGS AFFECTING 18 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
16 | ERROR | [ ] Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
19 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
20 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
21 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
22 | ERROR | [ ] Missing parameter comment
| | (Squiz.Commenting.FunctionComment.MissingParamComment)
24 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
38 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
39 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
58 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
62 | ERROR | [ ] Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
88 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
92 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
107 | WARNING | [x] Array double arrow not aligned correctly;
| | expected 2 space(s) between "'post__in'" and
| | double arrow, but found 1.
| | (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
134 | ERROR | [ ] Object property "$menuItemId" is not in valid
| | snake_case format, try "$menu_item_id"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
135 | ERROR | [x] Opening parenthesis of a multi-line function
| | call must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
135 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
136 | ERROR | [ ] Use Yoda Condition checks, you must.
| | (WordPress.PHP.YodaConditions.NotYoda)
137 | ERROR | [x] Closing parenthesis of a multi-line function
| | call must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/UserRoleConnectionResolver.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
6 | ERROR | [ ] Missing doc comment for class
| | UserRoleConnectionResolver
| | (Squiz.Commenting.ClassComment.Missing)
10 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
18 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
26 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
| | (Generic.Commenting.DocComment.SpacingBeforeTags)
38 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
38 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
| | (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
39 | ERROR | [x] No space after opening parenthesis is
| | prohibited
| | (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis)
47 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
47 | ERROR | [x] Only one argument is allowed per line in a
| | multi-line function call
| | (PEAR.Functions.FunctionCallSignature.MultipleArguments)
47 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
47 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
| | (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/PluginConnectionResolver.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
22 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
23 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
28 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
35 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 7 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/MenuConnectionResolver.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/TermObjectConnectionResolver.php
----------------------------------------------------------------------
FOUND 21 ERRORS AFFECTING 16 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
21 | ERROR | [ ] Content missing for @var tag in member variable
| | comment
| | (Squiz.Commenting.VariableComment.EmptyVar)
25 | ERROR | [ ] Doc comment for parameter "$source" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | [ ] Doc comment for parameter "$args" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | [ ] Doc comment for parameter "$context" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | [ ] Doc comment for parameter "$info" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
25 | ERROR | [ ] Doc comment for parameter "$taxonomy" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
28 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
29 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
30 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
31 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
32 | ERROR | [ ] Missing parameter name
| | (Squiz.Commenting.FunctionComment.MissingParamName)
34 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
41 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
43 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
128 | ERROR | [ ] Overriding WordPress globals is prohibited. Found
| | assignment to $post
| | (WordPress.WP.GlobalVariablesOverride.Prohibited)
129 | ERROR | [ ] Object property "$shouldOnlyIncludeConnectedItems"
| | is not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
132 | ERROR | [x] The CASE body must start on the line following the
| | statement
| | (PSR2.ControlStructures.SwitchDeclaration.BodyOnNextLineCASE)
148 | ERROR | [ ] Object property "$shouldOnlyIncludeConnectedItems"
| | is not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
148 | ERROR | [ ] Object property "$shouldOnlyIncludeConnectedItems"
| | is not in valid snake_case format, try
| | "$should_only_include_connected_items"
| | (WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase)
198 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/CommentConnectionResolver.php
----------------------------------------------------------------------
FOUND 13 ERRORS AND 1 WARNING AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
19 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
21 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
22 | ERROR | [ ] Missing @throws tag for "UserError"
| | exception
| | (Squiz.Commenting.FunctionCommentThrowTag.Missing)
82 | ERROR | [x] Expected 1 spaces after opening bracket; 0
| | found
| | (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
83 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 13 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
83 | ERROR | [x] Missing space after array opener.
| | (WordPress.Arrays.ArrayDeclarationSpacing.NoSpaceAfterArrayOpener)
83 | ERROR | [x] Missing space before array closer.
| | (WordPress.Arrays.ArrayDeclarationSpacing.NoSpaceBeforeArrayCloser)
158 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
163 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
169 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
171 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
198 | ERROR | [x] Expected 1 spaces after parameter type; 7
| | found
| | (Squiz.Commenting.FunctionComment.SpacingAfterParamType)
198 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Connection/ThemeConnectionResolver.php
----------------------------------------------------------------------
FOUND 7 ERRORS AND 1 WARNING AFFECTING 8 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
20 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
21 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
22 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
23 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
28 | ERROR | [ ] Comment missing for @throws tag in function
| | comment
| | (Squiz.Commenting.FunctionComment.EmptyThrows)
32 | WARNING | [x] Equals sign not aligned with surrounding
| | assignments; expected 7 spaces but found 1
| | space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
38 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Cursor/CursorBuilder.php
----------------------------------------------------------------------
FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 12 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
12 | ERROR | [ ] Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
17 | ERROR | [ ] Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
20 | ERROR | [ ] Missing doc comment for function
| | __construct()
| | (Squiz.Commenting.FunctionComment.Missing)
30 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
31 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
32 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
33 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
57 | ERROR | [ ] Doc comment for parameter "$fields" missing
| | (Squiz.Commenting.FunctionComment.MissingParamTag)
83 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
| | (Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines)
89 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
125 | WARNING | [ ] Found: ==. Use strict comparisons (=== or
| | !==).
| | (WordPress.PHP.StrictComparisons.LooseComparison)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...wp-graphql/src/Data/Cursor/PostObjectCursor.php
----------------------------------------------------------------------
FOUND 15 ERRORS AND 1 WARNING AFFECTING 16 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
| | (Squiz.Commenting.FileComment.Missing)
35 | ERROR | [ ] Missing short description in doc comment
| | (Generic.Commenting.DocComment.MissingShort)
49 | ERROR | [ ] Missing @var tag in member variable comment
| | (Squiz.Commenting.VariableComment.MissingVar)
55 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
94 | ERROR | [ ] Missing doc comment for function to_sql()
| | (Squiz.Commenting.FunctionComment.Missing)
98 | ERROR | [ ] Missing doc comment for function
| | get_query_var()
| | (Squiz.Commenting.FunctionComment.Missing)
131 | ERROR | [x] Blank line found after control structure
| | (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
133 | WARNING | [x] Usage of ELSE IF is discouraged; use ELSEIF
| | instead
| | (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
164 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
165 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
209 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
210 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
212 | ERROR | [ ] Function return type is not void, but function
| | has no return statement
| | (Squiz.Commenting.FunctionComment.InvalidNoReturn)
221 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
| | (Generic.Commenting.DocComment.ShortNotCapital)
223 | ERROR | [ ] Use Yoda Condition checks, you must.
| | (WordPress.PHP.YodaConditions.NotYoda)
236 | ERROR | [ ] Parameter comment must end with a full stop
| | (Squiz.Commenting.FunctionComment.ParamCommentFullStop)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment