@@ -63,6 +63,4 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | // If not return the data from the array after checking it is set |
66 | - return isset($this->container[$offset]) ? $this->container[$offset] : null; |
|
67 | - } |
|
68 | -} |
|
66 | + return isset($this->container[$offset]) ? $this->container[$offset |
|
69 | 67 | \ No newline at end of file |
@@ -102,10 +102,4 @@ |
||
102 | 102 | } |
103 | 103 | } |
104 | 104 | |
105 | - return $message; |
|
106 | - } |
|
107 | -} |
|
108 | - |
|
109 | -/* |
|
110 | - * @} |
|
111 | - */ |
|
105 | + return $message |
|
112 | 106 | \ No newline at end of file |