mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 10:49:32 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user