Skip to content

Commit

Permalink
Made email address less easy to scrape/crawl.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelgenhof committed Jan 17, 2022
1 parent ede26b4 commit a360ff9
Show file tree
Hide file tree
Showing 1,652 changed files with 1,654 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/
$finder = PhpCsFixer\Finder::create()->in(__DIR__);

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ via an official social media account, or acting as an appointed representative a

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible
for enforcement at
[me@sachatelgenhof.com](mailto:me@sachatelgenhof.com). All complaints will be reviewed and investigated promptly and fairly.
[me at sachatelgenhof dot com](mailto:me at sachatelgenhof dot com). All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "Sacha Telgenhof",
"email": "me@sachatelgenhof.com",
"email": "me at sachatelgenhof dot com",
"role": "Maintainer"
}
],
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code.
~
~ @author Sacha Telgenhof <me@sachatelgenhof.com>
~ @author Sacha Telgenhof <me at sachatelgenhof dot com>
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="vendor/autoload.php" colors="true"
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code.
~
~ @author Sacha Telgenhof <me@sachatelgenhof.com>
~ @author Sacha Telgenhof <me at sachatelgenhof dot com>
-->

<psalm
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/InvalidDateException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/InvalidYearException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/MissingTranslationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/ProviderNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Exception/UnknownLocaleException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/AbstractFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/BankHolidaysFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/BetweenFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/ObservedHolidaysFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/OfficialHolidaysFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/OnFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/OtherHolidaysFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Filters/SeasonalHolidaysFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Filters;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Holiday.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Argentina.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/NewSouthWales.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/NorthernTerritory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Queensland.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Queensland/Brisbane.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Queensland;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/SouthAustralia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/CentralNorth.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/FlindersIsland.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/KingIsland.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/Northeast.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/Northwest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania\Northwest;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/South.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Tasmania/South/Southeast.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia\Tasmania\South;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/Victoria.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Australia/WesternAustralia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Australia;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Austria.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Austria/Burgenland.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Austria;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Austria/Carinthia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Austria;
Expand Down
2 changes: 1 addition & 1 deletion src/Yasumi/Provider/Austria/LowerAustria.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
* @author Sacha Telgenhof <me at sachatelgenhof dot com>
*/

namespace Yasumi\Provider\Austria;
Expand Down
Loading

0 comments on commit a360ff9

Please sign in to comment.