Some type check fixes

This commit is contained in:
Alex Cabal 2024-12-18 15:03:44 -06:00
parent a46ff8e137
commit 7a6a743295
4 changed files with 3 additions and 4 deletions

View file

@ -22,7 +22,7 @@ use Safe\DateTimeImmutable;
* @property ?string $VcsUrlDomain
* @property ?string $DiscussionUrlDomain
*/
class Project{
final class Project{
use Traits\Accessor;
use Traits\FromRow;
use Traits\PropertyFromHttp;