File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed 
src/Illuminate/Collections Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -690,8 +690,10 @@ public function intersectByKeys($items)
690690     * Determine if the collection is empty or not. 
691691     * 
692692     * @phpstan-assert-if-true null $this->first() 
693+      * @phpstan-assert-if-true null $this->last() 
693694     * 
694695     * @phpstan-assert-if-false TValue $this->first() 
696+      * @phpstan-assert-if-false TValue $this->last() 
695697     * 
696698     * @return bool 
697699     */ 
Original file line number Diff line number Diff line change @@ -366,8 +366,10 @@ public function ensure($type)
366366     * Determine if the collection is not empty. 
367367     * 
368368     * @phpstan-assert-if-true TValue $this->first() 
369+      * @phpstan-assert-if-true TValue $this->last() 
369370     * 
370371     * @phpstan-assert-if-false null $this->first() 
372+      * @phpstan-assert-if-false null $this->last() 
371373     * 
372374     * @return bool 
373375     */ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments