Fix CS
This commit is contained in:
parent
c1de4c5fda
commit
77827303d2
@ -31,4 +31,4 @@ final class ChangeTrackingPolicy implements Annotation
|
||||
* @Enum({"DEFERRED_IMPLICIT", "DEFERRED_EXPLICIT", "NOTIFY"})
|
||||
*/
|
||||
public $value;
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ final class ManyToMany implements Annotation
|
||||
* @var string
|
||||
*/
|
||||
public $indexBy;
|
||||
}
|
||||
}
|
||||
|
@ -46,4 +46,4 @@ final class ManyToOne implements Annotation
|
||||
* @var string
|
||||
*/
|
||||
public $inversedBy;
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ final class OneToOne implements Annotation
|
||||
public $fetch = 'LAZY';
|
||||
|
||||
/**
|
||||
* @var boolean
|
||||
* @var boolean
|
||||
*/
|
||||
public $orphanRemoval = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user