diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-08-06 16:43:16 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-08-06 16:43:16 +0200 |
commit | 6d3c2c3511f1c041228da0c13b9d25b716dcf1e1 (patch) | |
tree | 0d6252880da43157bbc5a3415e0430b46ea466c5 | |
parent | 77b513b821bf6df4b3afd4b841db93999632050e (diff) |
code comment cleanup
-rw-r--r-- | system/codeigniter/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 6d3202d1b..15204492e 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -37,7 +37,7 @@ * * @access public * @param string -* * @return bool +* @return bool */ function is_php($version = '5.0.0') { |