diff --git a/src/MathFormatter.php b/src/MathFormatter.php index 848a6a9..a653c63 100644 --- a/src/MathFormatter.php +++ b/src/MathFormatter.php @@ -2,7 +2,7 @@ use DataValues\StringValue; use ValueFormatters\ValueFormatter; -use Wikibase\Lib\SnakFormatter; +use Wikibase\Lib\Formatters\SnakFormatter; /** * Formats the tex string based on the known formats diff --git a/tests/phpunit/MathFormatterTest.php b/tests/phpunit/MathFormatterTest.php index 070c807..f67efb9 100644 --- a/tests/phpunit/MathFormatterTest.php +++ b/tests/phpunit/MathFormatterTest.php @@ -2,7 +2,7 @@ use DataValues\StringValue; use DataValues\NumberValue; -use Wikibase\Lib\SnakFormatter; +use Wikibase\Lib\Formatters\SnakFormatter; /** * Test the results of MathFormatter