Skip to content

Commit

Permalink
fix(chore): resolve problem of typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdugue authored Oct 30, 2024
1 parent bc6b120 commit 891c61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Entity/ContentLibraries.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ public function setLibrary($library): self
}

/**
* @return int
* @return string|null
*/
public function getDependencyType(): ?string
{
return $this->dependencyType;
}
/**
* @param null|int|string $dependencyType
* @param null|string $dependencyType
* @return self
*/
public function setDependencyType(?string $dependencyType): self
Expand Down

0 comments on commit 891c61e

Please sign in to comment.