mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Travis tests for code conformance. Ignore warnings for now. Fixed all errors, left most warnings.
		
			
				
	
	
		
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 
 | 
						|
$class     = 'signal';
 | 
						|
$unit      = 'dBm';
 | 
						|
$unit_long = 'dBm';
 | 
						|
 
 | 
						|
require 'includes/graphs/device/sensor.inc.php';
 |