mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Apply fixes from StyleCI (#13208)
This commit is contained in:
		| @@ -35,7 +35,7 @@ class ObjectCache implements ArrayAccess | ||||
|  | ||||
|     /** | ||||
|      * Initialize ObjectCache | ||||
|      * @param string $obj Name of Object | ||||
|      * @param  string  $obj  Name of Object | ||||
|      */ | ||||
|     public function __construct($obj) | ||||
|     { | ||||
| @@ -67,7 +67,7 @@ class ObjectCache implements ArrayAccess | ||||
|  | ||||
|     /** | ||||
|      * Check if data exists | ||||
|      * @param string $obj Name of Data-Object | ||||
|      * @param  string  $obj  Name of Data-Object | ||||
|      * @return bool | ||||
|      */ | ||||
|     public function offsetExists($obj) | ||||
| @@ -83,7 +83,7 @@ class ObjectCache implements ArrayAccess | ||||
|  | ||||
|     /** | ||||
|      * Get Data-Object | ||||
|      * @param string $obj Name of Data-Object | ||||
|      * @param  string  $obj  Name of Data-Object | ||||
|      * @return mixed | ||||
|      */ | ||||
|     public function offsetGet($obj) | ||||
| @@ -108,8 +108,8 @@ class ObjectCache implements ArrayAccess | ||||
|  | ||||
|     /** | ||||
|      * Overrides internal Cache-Object | ||||
|      * @param string $obj   Name of Data-Object | ||||
|      * @param mixed  $value Value | ||||
|      * @param  string  $obj  Name of Data-Object | ||||
|      * @param  mixed  $value  Value | ||||
|      * @return bool | ||||
|      */ | ||||
|     public function offsetSet($obj, $value) | ||||
| @@ -127,7 +127,7 @@ class ObjectCache implements ArrayAccess | ||||
|  | ||||
|     /** | ||||
|      * Reset Data-Object | ||||
|      * @param string $obj Name of Data-Object | ||||
|      * @param  string  $obj  Name of Data-Object | ||||
|      * @return mixed | ||||
|      */ | ||||
|     public function offsetUnset($obj) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user