Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix network role mapping #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Fix network role mapping #93
Changes from all commits
92010ccFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 2 in inc/namespace.php
inc/namespace.php#L2
Raw output
{ "line": 2, "column": 1, "severity": "error", "message": "You must use \"/**\" style comments for a file comment", "source": "Squiz.Commenting.FileComment.WrongStyle" }Check failure on line 60 in inc/namespace.php
inc/namespace.php#L60
Raw output
{ "line": 60, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 74 in inc/namespace.php
inc/namespace.php#L74
Raw output
{ "line": 74, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 77 in inc/namespace.php
inc/namespace.php#L77
Raw output
{ "line": 77, "column": 41, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 90 in inc/namespace.php
inc/namespace.php#L90
Raw output
{ "line": 90, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 100 in inc/namespace.php
inc/namespace.php#L100
Raw output
{ "line": 100, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 110 in inc/namespace.php
inc/namespace.php#L110
Raw output
{ "line": 110, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 146 in inc/namespace.php
inc/namespace.php#L146
Raw output
{ "line": 146, "column": 19, "severity": "error", "message": "Using the WPCS native whitelist comments is deprecated. Please use the PHPCS native \"phpcs:ignore Standard.Category.SniffName.ErrorCode\" annotations instead. Found: // WPCS: xss ok\\n", "source": "HM.Security.EscapeOutput.DeprecatedWhitelistCommentFound" }Check failure on line 146 in inc/namespace.php
inc/namespace.php#L146
Raw output
{ "line": 146, "column": 19, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 164 in inc/namespace.php
inc/namespace.php#L164
Raw output
{ "line": 164, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 262 in inc/namespace.php
inc/namespace.php#L262
Raw output
{ "line": 262, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 265 in inc/namespace.php
inc/namespace.php#L265
Raw output
{ "line": 265, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 331 in inc/namespace.php
inc/namespace.php#L331
Raw output
{ "line": 331, "column": 1, "severity": "error", "message": "Missing short description in doc comment", "source": "Generic.Commenting.DocComment.MissingShort" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Processing form data without nonce verification.", "source": "HM.Security.NonceVerification.Missing" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Detected usage of a possibly undefined superglobal array index: $_POST['SAMLResponse']. Use isset() or empty() to check the index exists before using it", "source": "HM.Security.ValidatedSanitizedInput.InputNotValidated" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "$_POST data not unslashed before sanitization. Use wp_unslash()", "source": "HM.Security.ValidatedSanitizedInput.MissingUnslash" }Check failure on line 357 in inc/namespace.php
inc/namespace.php#L357
Raw output
{ "line": 357, "column": 62, "severity": "error", "message": "Detected usage of a non-sanitized input variable: $_POST['SAMLResponse']", "source": "HM.Security.ValidatedSanitizedInput.InputNotSanitized" }Check failure on line 409 in inc/namespace.php
inc/namespace.php#L409
Raw output
{ "line": 409, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 419 in inc/namespace.php
inc/namespace.php#L419
Raw output
{ "line": 419, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 547 in inc/namespace.php
inc/namespace.php#L547
Raw output
{ "line": 547, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 561 in inc/namespace.php
inc/namespace.php#L561
Raw output
{ "line": 561, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 566 in inc/namespace.php
inc/namespace.php#L566
Raw output
{ "line": 566, "column": 13, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 571 in inc/namespace.php
inc/namespace.php#L571
Raw output
{ "line": 571, "column": 13, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 613 in inc/namespace.php
inc/namespace.php#L613
Raw output
{ "line": 613, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 622 in inc/namespace.php
inc/namespace.php#L622
Raw output
{ "line": 622, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 624 in inc/namespace.php
inc/namespace.php#L624
Raw output
{ "line": 624, "column": 4, "severity": "error", "message": "Function return type is not void, but function has no return statement", "source": "Squiz.Commenting.FunctionComment.InvalidNoReturn" }Check failure on line 640 in inc/namespace.php
inc/namespace.php#L640
Raw output
{ "line": 640, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 649 in inc/namespace.php
inc/namespace.php#L649
Raw output
{ "line": 649, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 691 in inc/namespace.php
inc/namespace.php#L691
Raw output
{ "line": 691, "column": 1, "severity": "error", "message": "Doc comment for parameter \"$url\" missing", "source": "Squiz.Commenting.FunctionComment.MissingParamTag" }Check failure on line 694 in inc/namespace.php
inc/namespace.php#L694
Raw output
{ "line": 694, "column": 4, "severity": "error", "message": "Missing parameter name", "source": "Squiz.Commenting.FunctionComment.MissingParamName" }Check failure on line 724 in inc/namespace.php
inc/namespace.php#L724
Raw output
{ "line": 724, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 727 in inc/namespace.php
inc/namespace.php#L727
Raw output
{ "line": 727, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 736 in inc/namespace.php
inc/namespace.php#L736
Raw output
{ "line": 736, "column": 5, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 769 in inc/namespace.php
inc/namespace.php#L769
Raw output
{ "line": 769, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 770 in inc/namespace.php
inc/namespace.php#L770
Raw output
{ "line": 770, "column": 4, "severity": "error", "message": "Missing parameter comment", "source": "Squiz.Commenting.FunctionComment.MissingParamComment" }Check failure on line 813 in inc/namespace.php
inc/namespace.php#L813
Raw output
{ "line": 813, "column": 9, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 816 in inc/namespace.php
inc/namespace.php#L816
Raw output
{ "line": 816, "column": 17, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Check failure on line 819 in inc/namespace.php
inc/namespace.php#L819
Raw output
{ "line": 819, "column": 17, "severity": "error", "message": "Inline comments must end in full-stops, exclamation marks, or question marks", "source": "Squiz.Commenting.InlineComment.InvalidEndChar" }Uh oh!
There was an error while loading. Please reload this page.