mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Some type check fixes
This commit is contained in:
parent
a46ff8e137
commit
7a6a743295
4 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue