]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/cache/class_MemoryCache.php
Comment header cosmetics applied
[shipsimu.git] / inc / classes / main / cache / class_MemoryCache.php
index 9d52a2179d13af3fed80a1c774a6d9613bd259f6..dcf378362a6f5ac6ba954f5cba43c914d66bbba3 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class MemoryCache extends BaseFrameworkSystem implements Cacheable {
        /**
@@ -101,7 +101,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         * @param       $offset         The offset we shall set
         * @return      $data           Data to store in the cache
         */
-       public final function offsetget ($offset) {
+       public final function offsetGet ($offset) {
                // Default is offset not found
                $data = null;