mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Fixed PHPDoc blocks in FileHelper (#16402) [skip ci]
This commit is contained in:
		
				
					committed by
					
						
						Alexander Makarov
					
				
			
			
				
	
			
			
			
						parent
						
							0f929da381
						
					
				
				
					commit
					959cb985e3
				
			@ -520,7 +520,7 @@ class BaseFileHelper
 | 
			
		||||
        return $list;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    /**
 | 
			
		||||
     * @param string $dir
 | 
			
		||||
     */
 | 
			
		||||
    private static function setBasePath($dir, $options)
 | 
			
		||||
@ -534,7 +534,7 @@ class BaseFileHelper
 | 
			
		||||
        return $options;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    /**
 | 
			
		||||
     * @param string $dir
 | 
			
		||||
     */
 | 
			
		||||
    private static function openDir($dir)
 | 
			
		||||
@ -546,7 +546,7 @@ class BaseFileHelper
 | 
			
		||||
        return $handle;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    /**
 | 
			
		||||
     * @param string $dir
 | 
			
		||||
     */
 | 
			
		||||
    private static function clearDir($dir)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user