Skip to content

Commit faeb8b3

Browse files
authored
remove gmail.com.au from free email domains and updated CHANGELOG (#911)
1 parent 8d75fae commit faeb8b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.24.0...1.24.1)
44

5+
- Removed domain `gmail.com.au` from `Provider\en_AU\Internet` (#886)
6+
57
## [2024-11-09, v1.24.0](https://github.com/FakerPHP/Faker/compare/v1.23.1..v1.24.0)
68

79
- Fix internal deprecations in Doctrine's populator by @gnutix in (#889)

src/Faker/Provider/en_AU/Internet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
class Internet extends \Faker\Provider\Internet
66
{
7-
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'gmail.com.au', 'yahoo.com.au', 'hotmail.com.au'];
7+
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.com.au', 'hotmail.com.au'];
88
protected static $tld = ['com', 'com.au', 'org', 'org.au', 'net', 'net.au', 'biz', 'info', 'edu', 'edu.au'];
99
}

0 commit comments

Comments
 (0)