Skip to content

Commit 7aafbbc

Browse files
committed
Docs: update Cookbook
1 parent d7da65d commit 7aafbbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/COOKBOOK-FIXERS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ final class RemoveCommentsFixer extends AbstractFixer
7676
// Return a definition of the fixer, it will be used in the README.rst.
7777
}
7878

79+
/**
80+
* {@inheritdoc}
81+
*/
82+
public function isCandidate(Tokens $tokens)
83+
{
84+
// Check whether the collection is a candidate for fixing.
85+
// Has to be ultra cheap to execute.
86+
}
87+
7988
/**
8089
* {@inheritdoc}
8190
*/

0 commit comments

Comments
 (0)