added missing @since annotations

This commit is contained in:
Carsten Brandt
2014-11-27 18:11:14 +01:00
parent 7b20bdeeb2
commit 8b79293ff2
8 changed files with 14 additions and 3 deletions

View File

@@ -313,6 +313,7 @@ class MessageController extends Controller
* @param array|string $a
* @param array|string $b
* @return boolean
* @since 2.0.1
*/
protected function tokensEqual($a, $b)
{
@@ -329,6 +330,7 @@ class MessageController extends Controller
*
* @param array $tokens
* @return int|string
* @since 2.0.1
*/
protected function getLine($tokens)
{