mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
@ -31,7 +31,6 @@ use Doctrine\Common\Collections\Collection;
|
|||
use Doctrine\ORM\Mapping as ORM;
|
||||
use function get_class;
|
||||
use InvalidArgumentException;
|
||||
use function is_array;
|
||||
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
|
||||
use Symfony\Component\Serializer\Annotation\Groups;
|
||||
|
||||
|
@ -55,7 +54,7 @@ abstract class StructuralDBElement extends AttachmentContainingDBElement
|
|||
public const ID_ROOT_ELEMENT = 0;
|
||||
|
||||
/**
|
||||
* This is a not standard character, so build a const, so a dev can easily use it
|
||||
* This is a not standard character, so build a const, so a dev can easily use it.
|
||||
*/
|
||||
public const PATH_DELIMITER_ARROW = ' → ';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue