From a3016d6500ac6cb85f93b141ea240459f816f2ba Mon Sep 17 00:00:00 2001 From: Jean Jung Date: Mon, 8 May 2017 22:48:54 -0300 Subject: [PATCH] fix creditCardDetails type hint --- src/Faker/Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Generator.php b/src/Faker/Generator.php index cc4883532b..512bfef6b4 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -43,7 +43,7 @@ * @method string creditCardNumber($type = null, $formatted = false, $separator = '-') * @property \DateTime $creditCardExpirationDate * @property string $creditCardExpirationDateString - * @property string $creditCardDetails + * @property array $creditCardDetails * @property string $bankAccountNumber * @method string iban($countryCode = null, $prefix = '', $length = null) * @property string $swiftBicNumber