Skip to content
Snippets Groups Projects
Unverified Commit ab1034a8 authored by Mitch Portier's avatar Mitch Portier Committed by GitHub
Browse files

docs(CoderSniffUnitTest): Fix incorrect comment for CoderSniffUnitTest::checkAllSniffCodes()

parent e58c490b
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ abstract class CoderSniffUnitTest extends TestCase
/**
* False if just the current sniff should be checked, false if all sniffs should be checked.
* False if just the current sniff should be checked, true if all sniffs should be checked.
*
* @return bool
*/
......
......@@ -460,7 +460,7 @@ class BadUnitTest extends CoderSniffUnitTest
/**
* False if just the current sniff should be checked, false if all sniffs should be checked.
* False if just the current sniff should be checked, true if all sniffs should be checked.
*
* @return bool
*/
......
......@@ -76,7 +76,7 @@ class GoodUnitTest extends CoderSniffUnitTest
/**
* False if just the current sniff should be checked, false if all sniffs should be checked.
* False if just the current sniff should be checked, true if all sniffs should be checked.
*
* @return bool
*/
......
......@@ -63,7 +63,7 @@ class GoodUnitTest extends CoderSniffUnitTest
/**
* False if just the current sniff should be checked, false if all sniffs should be checked.
* False if just the current sniff should be checked, true if all sniffs should be checked.
*
* @return bool
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment