Skip to content

Commit

Permalink
build: Enable PHPCS Generic.PHP.SAPIUsage.FunctionFound, already fixed
Browse files Browse the repository at this point in the history
Change-Id: I03128f5882f6d7e55208c3a4ee23f6f4b597414e
  • Loading branch information
jdforrester authored and Krinkle committed Aug 1, 2023
1 parent 54d8679 commit 1daf31b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<exclude name="Generic.Files.LineLength.TooLong" />
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
<exclude name="Generic.PHP.SAPIUsage.FunctionFound" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPrivate" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
Expand Down

0 comments on commit 1daf31b

Please sign in to comment.