@@ -107,7 +107,7 @@ |
||
107 | 107 | |
108 | 108 | /** |
109 | 109 | * Validates that the subject is an unempty string |
110 | - * @param mixed $subject The value to check |
|
110 | + * @param string $subject The value to check |
|
111 | 111 | * @return void |
112 | 112 | */ |
113 | 113 | private function checkSubject($subject) { |
@@ -63,6 +63,9 @@ |
||
63 | 63 | return false; |
64 | 64 | } |
65 | 65 | |
66 | + /** |
|
67 | + * @param string $key |
|
68 | + */ |
|
66 | 69 | protected function collect($key,Exception $e = null){ |
67 | 70 | switch ($key) { |
68 | 71 | case 'user_id': |