mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented correct interface
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| namespace App\Entity\Attribut; | ||||
|  | ||||
| use Doctrine\Common\Collections\Collection; | ||||
| use App\Entity\Source\Collection\MemberCollectionSourceInterface; | ||||
| use App\Entity\Source\Collection\TreeCollectionSourceInterface; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
| @@ -11,12 +11,12 @@ use App\Entity\Source\Collection\MemberCollectionSourceInterface; | ||||
| trait MembershipsAttribut | ||||
| { | ||||
|     /** | ||||
|      * @var Collection|MemberCollectionSourceInterface[] | ||||
|      * @var Collection|TreeCollectionSourceInterface[] | ||||
|      */ | ||||
|     protected $memberships; | ||||
|  | ||||
|     /** | ||||
|      * @return Collection|MemberCollectionSourceInterface[] | ||||
|      * @return Collection|TreeCollectionSourceInterface[] | ||||
|      */ | ||||
|     public function getMemberships(): Collection | ||||
|     { | ||||
| @@ -24,7 +24,7 @@ trait MembershipsAttribut | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @param Collection|MemberCollectionSourceInterface[] $memberships | ||||
|      * @param Collection|TreeCollectionSourceInterface[] $memberships | ||||
|      */ | ||||
|     public function setMemberships(Collection $memberships): void | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user