@@ -72,6 +72,9 @@ discard block |
||
| 72 | 72 | return $this; |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | + /** |
|
| 76 | + * @param AddressList $header |
|
| 77 | + */ |
|
| 75 | 78 | protected function stringFromMailHeader($header) |
| 76 | 79 | { |
| 77 | 80 | $erg = ''; |
@@ -160,6 +163,9 @@ discard block |
||
| 160 | 163 | } |
| 161 | 164 | } |
| 162 | 165 | |
| 166 | + /** |
|
| 167 | + * @return string |
|
| 168 | + */ |
|
| 163 | 169 | protected function getTemplate() |
| 164 | 170 | { |
| 165 | 171 | $template = null; |
@@ -110,7 +110,6 @@ |
||
| 110 | 110 | * @see \Core\Controller\Plugin\SearchForm::get() |
| 111 | 111 | * |
| 112 | 112 | * @param $elementsFieldset |
| 113 | - * @param null $buttonsFieldset |
|
| 114 | 113 | * @param string $as The name of the key in the result array. |
| 115 | 114 | * |
| 116 | 115 | * @return self |
@@ -46,10 +46,8 @@ |
||
| 46 | 46 | * |
| 47 | 47 | * Proxies to {@link get()} |
| 48 | 48 | * |
| 49 | - * @param string|array $elementsFieldset |
|
| 50 | - * @param null|string $buttonsFieldset |
|
| 51 | 49 | * |
| 52 | - * @return \Core\Form\TextSearchForm |
|
| 50 | + * @return \Core\Form\SearchForm |
|
| 53 | 51 | */ |
| 54 | 52 | public function __invoke($form, $options = null, $params = null) |
| 55 | 53 | { |
@@ -55,7 +55,6 @@ |
||
| 55 | 55 | * Two-letter codes from the ISO 3166 standard as implemented by The Internet Assigned |
| 56 | 56 | * Numbers Authority. |
| 57 | 57 | * |
| 58 | - * @param string $postalCode {'AC'|'AD'|'AE'|'AF'|'AG'|'AI'|'AL'|'AM'|'AN'|'AO'|'AQ'|'AR'|'AS'|'AT'|'AU'|'AW'|'AX'|'AZ'|'BA'|'BB'|'BD'|'BE'|'BF'|'BG'|'BH'|'BI'|'BJ'|'BL'|'BM'|'BN'|'BO'|'BR'|'BS'|'BT'|'BV'|'BW'|'BY'|'BZ'|'CA'|'CC'|'CD'|'CF'|'CG'|'CH'|'CI'|'CK'|'CL'|'CM'|'CN'|'CO'|'CR'|'CU'|'CV'|'CX'|'CY'|'CZ'|'DE'|'DJ'|'DK'|'DM'|'DO'|'DZ'|'EC'|'EE'|'EG'|'EH'|'ER'|'ES'|'ET'|'EU'|'FI'|'FJ'|'FK'|'FM'|'FO'|'FR'|'GA'|'GB'|'GD'|'GE'|'GF'|'GG'|'GH'|'GI'|'GL'|'GM'|'GN'|'GP'|'GQ'|'GR'|'GS'|'GT'|'GU'|'GW'|'GY'|'HK'|'HM'|'HN'|'HR'|'HT'|'HU'|'ID'|'IE'|'IL'|'IM'|'IN'|'IO'|'IQ'|'IR'|'IS'|'IT'|'JE'|'JM'|'JO'|'JP'|'KE'|'KG'|'KH'|'KI'|'KM'|'KN'|'KP'|'KR'|'KW'|'KY'|'KZ'|'LA'|'LB'|'LC'|'LI'|'LK'|'LR'|'LS'|'LT'|'LU'|'LV'|'LY'|'MA'|'MC'|'MD'|'ME'|'MF'|'MG'|'MH'|'MK'|'ML'|'MM'|'MN'|'MO'|'MP'|'MQ'|'MR'|'MS'|'MT'|'MU'|'MV'|'MW'|'MX'|'MY'|'MZ'|'NA'|'NC'|'NE'|'NF'|'NG'|'NI'|'NL'|'NO'|'NP'|'NR'|'NU'|'NZ'|'OM'|'PA'|'PE'|'PF'|'PG'|'PH'|'PK'|'PL'|'PM'|'PN'|'PR'|'PS'|'PT'|'PW'|'PY'|'QA'|'RE'|'RO'|'RS'|'RU'|'RW'|'SA'|'SB'|'SC'|'SD'|'SE'|'SG'|'SH'|'SI'|'SJ'|'SK'|'SL'|'SM'|'SN'|'SO'|'SR'|'ST'|'SU'|'SV'|'SY'|'SZ'|'TC'|'TD'|'TF'|'TG'|'TH'|'TJ'|'TK'|'TL'|'TM'|'TN'|'TO'|'TP'|'TR'|'TT'|'TV'|'TW'|'TZ'|'UA'|'UG'|'UK'|'UM'|'US'|'UY'|'UZ'|'VA'|'VC'|'VE'|'VG'|'VI'|'VN'|'VU'|'WF'|'WS'|'YE'|'YT'|'YU'|'ZA'|'ZM'|'ZW'} |
|
| 59 | 58 | * @return AddressInterface |
| 60 | 59 | */ |
| 61 | 60 | public function setCountryCode($countryCode); |
@@ -22,6 +22,7 @@ |
||
| 22 | 22 | /** |
| 23 | 23 | * @param AttachableEntityManager $attachableEntityManager |
| 24 | 24 | * @throws \LogicException If attachable entity manager is already set |
| 25 | + * @return AttachableEntityTrait |
|
| 25 | 26 | */ |
| 26 | 27 | public function setAttachableEntityManager(AttachableEntityManager $attachableEntityManager); |
| 27 | 28 | |
@@ -22,6 +22,9 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | trait EntityTrait |
| 24 | 24 | { |
| 25 | + /** |
|
| 26 | + * @param string $property |
|
| 27 | + */ |
|
| 25 | 28 | public function notEmpty($property, array $args=[]) |
| 26 | 29 | { |
| 27 | 30 | $method = "get$property"; |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | /** |
| 130 | 130 | * Gets the name of a file |
| 131 | 131 | * |
| 132 | - * @return mixed |
|
| 132 | + * @return string |
|
| 133 | 133 | */ |
| 134 | 134 | public function getName() |
| 135 | 135 | { |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | /** |
| 198 | 198 | * Gets the uploaded date of a file |
| 199 | 199 | * |
| 200 | - * @return mixed |
|
| 200 | + * @return null|\DateTime |
|
| 201 | 201 | */ |
| 202 | 202 | public function getDateUploaded() |
| 203 | 203 | { |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | /** |
| 234 | 234 | * Gets the length of the file |
| 235 | 235 | * |
| 236 | - * @return mixed |
|
| 236 | + * @return string|null |
|
| 237 | 237 | */ |
| 238 | 238 | public function getLength() |
| 239 | 239 | { |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * exclude methods from the automatism |
| 91 | 91 | * |
| 92 | - * @param $methods |
|
| 92 | + * @param string[] $methods |
|
| 93 | 93 | */ |
| 94 | 94 | public function setExcludeMethods($methods) |
| 95 | 95 | { |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * @param array $images |
| 60 | 60 | * @param PermissionsInterface $permissions |
| 61 | 61 | * |
| 62 | - * @return mixed |
|
| 62 | + * @return ImageSet |
|
| 63 | 63 | */ |
| 64 | 64 | public function setImages(array $images, PermissionsInterface $permissions = null); |
| 65 | 65 | |