mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 08:48:26 +01:00
Fixed code style.
This commit is contained in:
@@ -76,7 +76,7 @@ class StructuralElementRecursionHelper
|
||||
$children = $element->getChildren();
|
||||
|
||||
//If we should call from top we execute the func here.
|
||||
if (! $call_from_bottom) {
|
||||
if (!$call_from_bottom) {
|
||||
$func($element);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user