File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ final protected function formatChanges(array &$changes): void
197197 $ block ['old ' ]['lines ' ] = $ this ->formatLines ($ block ['old ' ]['lines ' ]);
198198 $ block ['new ' ]['lines ' ] = $ this ->formatLines ($ block ['new ' ]['lines ' ]);
199199
200+ /** @phan-suppress-next-line PhanTypeInvalidLeftOperandOfBitwiseOp */
200201 if ($ block ['tag ' ] & (SequenceMatcher::OP_REP | SequenceMatcher::OP_DEL )) {
201202 $ block ['old ' ]['lines ' ] = \str_replace (
202203 RendererConstant::HTML_CLOSURES ,
@@ -205,6 +206,7 @@ final protected function formatChanges(array &$changes): void
205206 );
206207 }
207208
209+ /** @phan-suppress-next-line PhanTypeInvalidLeftOperandOfBitwiseOp */
208210 if ($ block ['tag ' ] & (SequenceMatcher::OP_REP | SequenceMatcher::OP_INS )) {
209211 $ block ['new ' ]['lines ' ] = \str_replace (
210212 RendererConstant::HTML_CLOSURES ,
You can’t perform that action at this time.
0 commit comments