mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-17 08:29:31 +00:00
Fixed further inspection issues
This commit is contained in:
parent
33e36f3d2b
commit
87533b6031
37 changed files with 46 additions and 71 deletions
|
|
@ -40,14 +40,14 @@ class EntityConstraint extends AbstractConstraint
|
|||
* @param class-string<T> $class
|
||||
* @param string $property
|
||||
* @param string|null $identifier
|
||||
* @param null|T $value
|
||||
* @param T|null $value
|
||||
* @param string|null $operator
|
||||
*/
|
||||
public function __construct(protected ?NodesListBuilder $nodesListBuilder,
|
||||
protected string $class,
|
||||
string $property,
|
||||
string $identifier = null,
|
||||
protected $value = null,
|
||||
protected ?AbstractDBElement $value = null,
|
||||
protected ?string $operator = null)
|
||||
{
|
||||
if (!$nodesListBuilder instanceof NodesListBuilder && $this->isStructural()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue