Changeset 8172
- Timestamp:
- 03/31/08 14:42:46 (6 months ago)
- Files:
-
- branches/1.1/lib/debug/sfDebug.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/debug/sfDebug.class.php
r8096 r8172 126 126 * @return array The response parameters 127 127 */ 128 public static function responseAsArray(sfResponse $response )128 public static function responseAsArray(sfResponse $response = null) 129 129 { 130 130 if (!$response)