diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-01 16:33:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-01 16:33:58 +0100 |
commit | c5536aac5752054f7f76e448d58b86407d8f574e (patch) | |
tree | 6983129569e65a7744323a57d786b53433c5c746 /system/libraries/Cache/drivers/Cache_dummy.php | |
parent | 1a9b7e0d1f96b3cee5692f582d860dca4978dee5 (diff) |
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_dummy.php')
-rw-r--r-- | system/libraries/Cache/drivers/Cache_dummy.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/libraries/Cache/drivers/Cache_dummy.php b/system/libraries/Cache/drivers/Cache_dummy.php index 3f2b4b956..a3bdc3c80 100644 --- a/system/libraries/Cache/drivers/Cache_dummy.php +++ b/system/libraries/Cache/drivers/Cache_dummy.php @@ -1,4 +1,4 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php /** * CodeIgniter * @@ -18,12 +18,13 @@ * * @package CodeIgniter * @author EllisLab Dev Team - * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2012, EllisLab, Inc. (http://ellislab.com/) * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * @link http://codeigniter.com * @since Version 2.0 * @filesource */ +defined('BASEPATH') OR exit('No direct script access allowed'); /** * CodeIgniter Dummy Caching Class |