26272829303132
@SuppressWarnings("deprecation") public class PHPTypeInferencer extends DefaultTypeInferencer implements IPHPTypeInferencer { public PHPTypeInferencer() { super(new PHPGoalEvaluatorFactory()); }