Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Zerbib committed Jul 22, 2015
1 parent f81afca commit 39f055b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/figdice/classes/lexer/TokenLBracket.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @author Gabriel Zerbib <gabriel@figdice.org>
* @copyright 2004-2013, Gabriel Zerbib.
* @version 2.0.0
* @copyright 2004-2015, Gabriel Zerbib.
* @version 2.1.1
* @package FigDice
*
* This file is part of FigDice.
Expand Down Expand Up @@ -38,9 +38,10 @@ public function getNumOperands() {

/**
* @param ViewElement $viewElement
* @codeCoverageIgnore
* @return mixed
*/
public function evaluate(ViewElementTag $viewElement) {
throw new \Exception('Abnormal evaluation of left square bracket token.');
}
}
}

0 comments on commit 39f055b

Please sign in to comment.