Browse Source

Changing int to integer

Jelle Henkens 14 years ago
parent
commit
ecd869d4e3

+ 1 - 1
lib/Cake/Model/Datasource/Session/DatabaseSession.php

@@ -86,7 +86,7 @@ class DatabaseSession implements CakeSessionHandlerInterface {
 /**
 /**
  * Method used to read from a database session.
  * Method used to read from a database session.
  *
  *
- * @param int|string $id The key of the value to read
+ * @param integer|string $id The key of the value to read
  * @return mixed The value of the key or false if it does not exist
  * @return mixed The value of the key or false if it does not exist
  */
  */
 	public function read($id) {
 	public function read($id) {

+ 1 - 1
lib/Cake/Utility/CakeTime.php

@@ -974,7 +974,7 @@ class CakeTime {
 /**
 /**
  * Get list of timezone identifiers
  * Get list of timezone identifiers
  *
  *
- * @param int|string $filter A regex to filter identifer
+ * @param integer|string $filter A regex to filter identifer
  * 	Or one of DateTimeZone class constants (PHP 5.3 and above)
  * 	Or one of DateTimeZone class constants (PHP 5.3 and above)
  * @param string $country A two-letter ISO 3166-1 compatible country code.
  * @param string $country A two-letter ISO 3166-1 compatible country code.
  * 	This option is only used when $filter is set to DateTimeZone::PER_COUNTRY (available only in PHP 5.3 and above)
  * 	This option is only used when $filter is set to DateTimeZone::PER_COUNTRY (available only in PHP 5.3 and above)