mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Fix comment space (#17115) [skip ci]
This commit is contained in:
		
				
					committed by
					
						
						Alexander Makarov
					
				
			
			
				
	
			
			
			
						parent
						
							905cfd9725
						
					
				
				
					commit
					b867cb7fd3
				
			@ -29,7 +29,7 @@ use yii\web\Request;
 | 
				
			|||||||
 * @property bool $enabled Indicates whether this log target is enabled. Defaults to true. Note that the type
 | 
					 * @property bool $enabled Indicates whether this log target is enabled. Defaults to true. Note that the type
 | 
				
			||||||
 * of this property differs in getter and setter. See [[getEnabled()]] and [[setEnabled()]] for details.
 | 
					 * of this property differs in getter and setter. See [[getEnabled()]] and [[setEnabled()]] for details.
 | 
				
			||||||
 * @property int $levels The message levels that this target is interested in. This is a bitmap of level
 | 
					 * @property int $levels The message levels that this target is interested in. This is a bitmap of level
 | 
				
			||||||
 * values. Defaults to 0, meaning  all available levels. Note that the type of this property differs in getter
 | 
					 * values. Defaults to 0, meaning all available levels. Note that the type of this property differs in getter
 | 
				
			||||||
 * and setter. See [[getLevels()]] and [[setLevels()]] for details.
 | 
					 * and setter. See [[getLevels()]] and [[setLevels()]] for details.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * For more details and usage information on Target, see the [guide article on logging & targets](guide:runtime-logging).
 | 
					 * For more details and usage information on Target, see the [guide article on logging & targets](guide:runtime-logging).
 | 
				
			||||||
@ -185,7 +185,7 @@ abstract class Target extends Component
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @return int the message levels that this target is interested in. This is a bitmap of
 | 
					     * @return int the message levels that this target is interested in. This is a bitmap of
 | 
				
			||||||
     * level values. Defaults to 0, meaning  all available levels.
 | 
					     * level values. Defaults to 0, meaning all available levels.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function getLevels()
 | 
					    public function getLevels()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user