remove redundant code
							parent
							
								
									f4648689da
								
							
						
					
					
						commit
						57bffdb1b0
					
				| 
						 | 
					@ -727,9 +727,6 @@ class DefinitionResolver
 | 
				
			||||||
            if ($def === null) {
 | 
					            if ($def === null) {
 | 
				
			||||||
                return new Types\Mixed_;
 | 
					                return new Types\Mixed_;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            if ($def->type instanceof Types\Self_) {
 | 
					 | 
				
			||||||
                return new Types\Object_($classType->getFqsen());
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            return $def->type;
 | 
					            return $def->type;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue