mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-06 08:24:35 +02:00
Fixed code to be analysable by Symplfiy Code style set.
This commit is contained in:
parent
97f8afbc40
commit
2f20d90041
2 changed files with 5 additions and 5 deletions
|
@ -82,7 +82,7 @@ class Part extends AttachmentContainingDBElement
|
|||
use ManufacturerTrait;
|
||||
use OrderTrait;
|
||||
|
||||
//TODO
|
||||
/** TODO */
|
||||
protected $devices;
|
||||
|
||||
/**
|
||||
|
@ -98,7 +98,7 @@ class Part extends AttachmentContainingDBElement
|
|||
*/
|
||||
protected $lastModified;
|
||||
|
||||
/***************************************************************
|
||||
/** *************************************************************
|
||||
* Overridden properties
|
||||
* (They are defined here and not in a trait, to avoid conflicts)
|
||||
****************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue