@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * `YourNamespace\WhateverYouWant\Developer\LintPermission`. |
| 29 | 29 | * @nosubgrouping |
| 30 | 30 | */ |
| 31 | -interface IRole { |
|
| 31 | +interface IRole { |
|
| 32 | 32 | |
| 33 | 33 | |
| 34 | 34 | /** |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | * @param[in] integer $offset The offset to retrieve. |
| 109 | 109 | * @retval mixed Can return all value types. |
| 110 | 110 | */ |
| 111 | - public function offsetGet($offset) { |
|
| 111 | + public function offsetGet($offset) { |
|
| 112 | 112 | return $this->meta[$this->name][$offset]; |
| 113 | 113 | } |
| 114 | 114 | |