File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55namespace Mathematicator \Integral ;
66
77
8- use Mathematicator \Calculator \Step ;
8+ use Mathematicator \Engine \Step ;
99use Mathematicator \Tokenizer \Token \IToken ;
1010
1111final class IntegralResult
Original file line number Diff line number Diff line change 55namespace Mathematicator \Integral ;
66
77
8- use Mathematicator \Calculator \Step ;
98use Mathematicator \Engine \MathematicatorException ;
109use Mathematicator \Engine \QueryNormalizer ;
10+ use Mathematicator \Engine \Step ;
1111use Mathematicator \Integral \Exception \CanNotSolveException ;
1212use Mathematicator \Integral \Rule \Rule ;
1313use Mathematicator \Integral \Solver \Solver ;
@@ -158,7 +158,7 @@ private function explodeToParts(array $tokens): array
158158 $ buffering = false ;
159159
160160 foreach ($ tokens as $ token ) {
161- if ($ buffer === [] || $ buffering === true ) { // Start recording
161+ if ($ buffer === [] || $ buffering === true ) { // Start buffering
162162 $ buffering = true ;
163163 }
164164
You can’t perform that action at this time.
0 commit comments