PHPStan updates

This commit is contained in:
Alex Cabal 2025-03-27 13:31:17 -05:00
parent 613d035ebe
commit f21783d1f8
6 changed files with 36 additions and 49 deletions

View file

@ -29,7 +29,7 @@ use function Safe\unlink;
* @property ?User $Submitter
* @property ?User $Reviewer
*/
class Artwork{
final class Artwork{
use Traits\Accessor;
use Traits\PropertyFromHttp;