Browse Source

minor #978 Token - fix docs (keradus)

This PR was merged into the 1.5 branch.

Discussion
----------

Token - fix docs

Commits
-------

5c64368 Token - fix docs
Dariusz Ruminski 10 years ago
parent
commit
59b10ab5ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Symfony/CS/Tokenizer/Token.php

+ 1 - 1
Symfony/CS/Tokenizer/Token.php

@@ -75,7 +75,7 @@ class Token
         $this->override('');
     }
 
-    /*
+    /**
      * Check if token is equals to given one.
      *
      * If tokens are arrays, then only keys defined in parameter token are checked.