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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
     */
+1 −1
Original line number Diff line number Diff line
@@ -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
     */
+1 −1
Original line number Diff line number Diff line
@@ -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
     */
+1 −1
Original line number Diff line number Diff line
@@ -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
     */