mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
f7c2f1032f
commit
21a81486df
24 changed files with 64 additions and 84 deletions
|
@ -142,7 +142,7 @@ abstract class StructuralDBElement extends AttachmentContainingDBElement
|
|||
*
|
||||
* @throws \InvalidArgumentException if there was an error
|
||||
*/
|
||||
public function isChildOf(StructuralDBElement $another_element)
|
||||
public function isChildOf(StructuralDBElement $another_element) : bool
|
||||
{
|
||||
$class_name = \get_class($this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue