Skip to content

Commit 3fea59c

Browse files
committed
Fix PhpStan
1 parent 68a2ba7 commit 3fea59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntegralSolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(Tokenizer $tokenizer, QueryNormalizer $queryNormaliz
4646

4747

4848
/**
49-
* @throws MathematicatorException|Exception
49+
* @throws MathematicatorException
5050
*/
5151
public function process(string $query, ?string $differential = null): IntegralResult
5252
{

0 commit comments

Comments
 (0)