@@ -131,7 +131,7 @@ |
||
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | /** |
| 134 | - * @param $formProtectionId |
|
| 134 | + * @param integer $formProtectionId |
|
| 135 | 135 | * |
| 136 | 136 | * @return bool |
| 137 | 137 | */ |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | * |
| 32 | 32 | * @param string $name |
| 33 | 33 | * |
| 34 | - * @return mixed|null |
|
| 34 | + * @return string |
|
| 35 | 35 | */ |
| 36 | 36 | public function get($name) { |
| 37 | 37 | if (!$this->has($name)) { |