Continue improving type hints

This commit is contained in:
Alex Cabal 2024-05-10 22:28:24 -05:00
parent eb376c87bd
commit 703e1a7a03
73 changed files with 98 additions and 114 deletions

View file

@ -1,7 +1,4 @@
<?
use Exceptions\InvalidArtworkTagException;
use function Safe\preg_match;
use function Safe\preg_replace;
@ -50,7 +47,7 @@ class ArtworkTag extends Tag{
}
/**
* @throws InvalidArtworkTagException
* @throws Exceptions\InvalidArtworkTagException
*/
public function Create(): void{
$this->Validate();