Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#2359] CS fixes
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Sep 14, 2012
1 parent 6345cde commit c433a98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions library/Zend/Server/Method/Parameter.php
Expand Up @@ -21,36 +21,36 @@ class Parameter
{
/**
* Default parameter value
*
* @var mixed
*
* @var mixed
*/
protected $defaultValue;

/**
* Parameter description
*
* @var string
* @var string
*/
protected $description = '';

/**
* Parameter variable name
*
* @var string
* @var string
*/
protected $name;

/**
* Is parameter optional?
*
* @var bool
* @var bool
*/
protected $optional = false;

/**
* Parameter type
*
* @var string
* @var string
*/
protected $type = 'mixed';

Expand Down

0 comments on commit c433a98

Please sign in to comment.