Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2015-05-08 20:57:32 +00:00
parent 64744a10c5
commit 9a6efae8f9
2 changed files with 4 additions and 4 deletions

View File

@ -58,8 +58,8 @@ class Form extends Element {
/**
* Sets a hidden field
*
* @param $name
* @param $value
* @param string $name
* @param string $value
* @return $this
*/
public function setHiddenField($name, $value) {
@ -137,7 +137,7 @@ class Form extends Element {
/**
* Adds a textarea field
*
* @param $name
* @param string $name
* @param $label
* @param int $pos
* @return TextareaElement

View File

@ -20,7 +20,7 @@ abstract class ValueElement extends Element {
/**
* @param string $type
* @param array $value
* @param string $value
* @param array $attributes
*/
public function __construct($type, $value, $attributes = array()) {