Mild code cleanup.

This commit is contained in:
James Cole
2023-08-26 18:42:18 +02:00
parent 63297c43b7
commit 66cc3f48bc
10 changed files with 85 additions and 79 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/*
* UrlValidator.php
* Copyright (c) 2023 james@firefly-iii.org
@@ -26,7 +28,6 @@ namespace FireflyIII\Support\Notifications;
*/
class UrlValidator
{
/**
* @param string $url
*