File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ final class IgnoreList
3636 /**
3737 * Get an instance set to ignore nothing.
3838 *
39- * @return IgnoreList
39+ * @return \PHP_CodeSniffer\Util\ IgnoreList
4040 */
4141 public static function getInstanceIgnoringNothing ()
4242 {
@@ -48,7 +48,7 @@ public static function getInstanceIgnoringNothing()
4848 /**
4949 * Get an instance set to ignore everything.
5050 *
51- * @return IgnoreList
51+ * @return \PHP_CodeSniffer\Util\ IgnoreList
5252 */
5353 public static function getInstanceIgnoringAll ()
5454 {
@@ -64,9 +64,9 @@ public static function getInstanceIgnoringAll()
6464 *
6565 * If passed null, creates a new instance that ignores nothing.
6666 *
67- * @param IgnoreList|null $ignoreList List to clone.
67+ * @param \PHP_CodeSniffer\Util\ IgnoreList|null $ignoreList List to clone.
6868 *
69- * @return IgnoreList
69+ * @return \PHP_CodeSniffer\Util\ IgnoreList
7070 */
7171 public static function getNewInstanceFrom (?IgnoreList $ ignoreList )
7272 {
@@ -117,7 +117,7 @@ public function isIgnored($code)
117117 * @param string $code Partial or complete sniff code.
118118 * @param bool $ignore Whether the specified sniff should be ignored.
119119 *
120- * @return IgnoreList $this for chaining.
120+ * @return \PHP_CodeSniffer\Util\ IgnoreList $this for chaining.
121121 */
122122 public function set ($ code , $ ignore )
123123 {
You can’t perform that action at this time.
0 commit comments