@@ -122,8 +122,8 @@ discard block |
||
| 122 | 122 | |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @param $key |
|
| 126 | - * @param $value |
|
| 125 | + * @param string $key |
|
| 126 | + * @param integer $value |
|
| 127 | 127 | */ |
| 128 | 128 | protected function setFieldDefault($key, $value) |
| 129 | 129 | { |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | |
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | - * @param null $key |
|
| 135 | + * @param string $key |
|
| 136 | 136 | * @return array|bool |
| 137 | 137 | */ |
| 138 | 138 | protected function getFieldDefault($key = null) |
@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | |
| 160 | 160 | |
| 161 | 161 | /** |
| 162 | - * @param $id |
|
| 162 | + * @param integer $id |
|
| 163 | 163 | * @return object |
| 164 | 164 | */ |
| 165 | 165 | public function find($id) |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | |
| 191 | 191 | |
| 192 | 192 | /** |
| 193 | - * @param null $endpoint |
|
| 193 | + * @param string $endpoint |
|
| 194 | 194 | * @return object |
| 195 | 195 | */ |
| 196 | 196 | protected function __find($endpoint = null) |