Fixed IDE warnings

This commit is contained in:
Alf Magne Kalleland
2013-02-06 23:47:38 +01:00
parent c6782583fc
commit 5e0f62c7b6
2 changed files with 1 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ class ParserTest extends PHPUnit_Framework_TestCase
private function getNumericSquare($square)
{
return isset(Board0x88Config::$mapping[$square]) ? Board0x88Config::$mapping[$square] : null;
}
/**