We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a5276 commit 3385ee4Copy full SHA for 3385ee4
lib/triagens/ArangoDb/GraphHandler.php
@@ -2506,7 +2506,8 @@ public function getRadius($graph,
2506
$statement->bind('options', $options);
2507
2508
$statement->setQuery($aql);
2509
- return $statement->execute()->getAll()[0];
+ $a = $statement->execute()->getAll();
2510
+ return $a[0];
2511
}
2512
2513
/**
@@ -2562,7 +2563,8 @@ public function getDiameter($graph,
2562
2563
2564
2565
2566
2567
2568
2569
2570
0 commit comments