mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
|
||||
trait HasProjectThroughServer
|
||||
{
|
||||
/**
|
||||
* @return HasOneThrough<Project, Server, $this>
|
||||
*/
|
||||
public function project(): HasOneThrough
|
||||
{
|
||||
return $this->hasOneThrough(
|
||||
|
Reference in New Issue
Block a user