Skip to content

Commit

Permalink
Deprecate at_AT providers (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Ceulemans authored Nov 28, 2020
1 parent 50daf85 commit af4a5ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Faker/Provider/at_AT/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Faker\Provider\at_AT;

/**
* @deprecated at_AT is not an existing locale, use {@link \Faker\Provider\de_AT\Payment}.
*
* @see \Faker\Provider\de_AT\Payment
*/
class Payment extends \Faker\Provider\de_AT\Payment
{
}

0 comments on commit af4a5ce

Please sign in to comment.