mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	Fix an invalid phpDoc annotation of yii\data\DataProviderInterface::getSort(). (#18897)
				
					
				
			This commit is contained in:
		 Alexander Gubarev
					Alexander Gubarev
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							cf0966cc8f
						
					
				
				
					commit
					7332cc2cba
				
			| @ -61,7 +61,7 @@ interface DataProviderInterface | ||||
|     public function getKeys(); | ||||
|  | ||||
|     /** | ||||
|      * @return Sort the sorting object. If this is false, it means the sorting is disabled. | ||||
|      * @return Sort|false the sorting object. If this is false, it means the sorting is disabled. | ||||
|      */ | ||||
|     public function getSort(); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user