File tree Expand file tree Collapse file tree 3 files changed +0
-169
lines changed
tests/PHPStan/Analyser/nsrt Expand file tree Collapse file tree 3 files changed +0
-169
lines changed Original file line number Diff line number Diff line change @@ -865,8 +865,6 @@ private function processSureTypesForConditionalExpressionsAfterAssign(Scope $sco
865865 !$ expr instanceof PropertyFetch
866866 && !$ expr instanceof ArrayDimFetch
867867 && !$ expr instanceof FuncCall
868- && !$ expr instanceof MethodCall
869- && !$ expr instanceof Expr \StaticCall
870868 ) {
871869 continue ;
872870 }
@@ -906,8 +904,6 @@ private function processSureNotTypesForConditionalExpressionsAfterAssign(Scope $
906904 !$ expr instanceof PropertyFetch
907905 && !$ expr instanceof ArrayDimFetch
908906 && !$ expr instanceof FuncCall
909- && !$ expr instanceof MethodCall
910- && !$ expr instanceof Expr \StaticCall
911907 ) {
912908 continue ;
913909 }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments