@@ -125,7 +125,7 @@ |
||
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | - * @return number $itemsPerPage |
|
| 128 | + * @return integer $itemsPerPage |
|
| 129 | 129 | */ |
| 130 | 130 | public function getItemsPerPage() |
| 131 | 131 | { |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | /** |
| 32 | 32 | * Get the current controller instance |
| 33 | 33 | * |
| 34 | - * @return null|Dispatchable |
|
| 34 | + * @return Dispatchable |
|
| 35 | 35 | */ |
| 36 | 36 | public function getController() |
| 37 | 37 | { |
@@ -45,6 +45,9 @@ discard block |
||
| 45 | 45 | return $this; |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param AddressList $header |
|
| 50 | + */ |
|
| 48 | 51 | protected function stringFromMailHeader($header) |
| 49 | 52 | { |
| 50 | 53 | $erg = ''; |
@@ -133,6 +136,9 @@ discard block |
||
| 133 | 136 | } |
| 134 | 137 | } |
| 135 | 138 | |
| 139 | + /** |
|
| 140 | + * @return string |
|
| 141 | + */ |
|
| 136 | 142 | protected function getTemplate() |
| 137 | 143 | { |
| 138 | 144 | $template = null; |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * and the configuration to get the services for Hydrator |
| 24 | 24 | * |
| 25 | 25 | * @param ServiceLocatorInterface $serviceLocator |
| 26 | - * @return $this|mixed |
|
| 26 | + * @return EntitySnapshot |
|
| 27 | 27 | */ |
| 28 | 28 | |
| 29 | 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -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); |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | |
| 90 | 90 | /** |
| 91 | 91 | * exclude methods from the automatism |
| 92 | - * @param $methods |
|
| 92 | + * @param string[] $methods |
|
| 93 | 93 | */ |
| 94 | 94 | public function setExcludeMethods($methods) |
| 95 | 95 | { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * Create the Json Entity Hydrator |
| 22 | 22 | * |
| 23 | 23 | * @param ServiceLocatorInterface $serviceLocator |
| 24 | - * @return JsonEntityHydrator |
|
| 24 | + * @return EntityHydrator |
|
| 25 | 25 | */ |
| 26 | 26 | public function createService(ServiceLocatorInterface $serviceLocator) |
| 27 | 27 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * @param $data |
| 27 | - * @return mixed |
|
| 27 | + * @return Snapshot |
|
| 28 | 28 | * @ODM\PreUpdate |
| 29 | 29 | */ |
| 30 | 30 | public function __invoke($data) |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | * |
| 74 | 74 | * Proxies to {@link render()}. |
| 75 | 75 | * |
| 76 | - * @param null|ElementInterface $element |
|
| 76 | + * @param null|ElementInterface $elements |
|
| 77 | 77 | * @param null|string $labelPosition |
| 78 | 78 | * @param bool $renderErrors |
| 79 | 79 | * @return string|FormRow |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | 44 | * @param LoggerInterface $log |
| 45 | - * @param null $redirect |
|
| 45 | + * @param \Closure $redirect |
|
| 46 | 46 | */ |
| 47 | 47 | public function __construct(LoggerInterface $log, $redirect = null) |
| 48 | 48 | { |