File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,15 +326,15 @@ function () use ($fullName) {
326326 }
327327
328328 if ($ returnValue !== null ) {
329- if ($ isEnabledTrace === true ) {
329+ if ($ isEnabledTrace ) {
330330 $ this ->javaClassInvoker ->getJavaClass ()->appendDebug ($ debugTraces );
331331 }
332332 $ this ->debugTool ->getLogger ()->info ('Finish operations: ' . $ methodBeautified );
333333 return $ returnValue ;
334334 }
335335 }
336336
337- if ($ isEnabledTrace === true ) {
337+ if ($ isEnabledTrace ) {
338338 $ this ->javaClassInvoker ->getJavaClass ()->appendDebug ($ debugTraces );
339339 }
340340 $ this ->debugTool ->getLogger ()->info ('Finish operations: ' . $ methodBeautified );
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public function setParameters(
3939 array &$ stacks ,
4040 int $ pointer
4141 ): self {
42- $ this ->attributes = & $ attributes ;
43- $ this ->javaClassInvoker = & $ javaClassInvoker ;
42+ $ this ->attributes = $ attributes ;
43+ $ this ->javaClassInvoker = $ javaClassInvoker ;
4444 $ this ->javaClass = $ javaClassInvoker ->getJavaClass ();
4545 $ this ->options = $ this ->javaClass ->getOptions ();
4646 $ this ->reader = $ reader ;
You can’t perform that action at this time.
0 commit comments