Skip to content
Snippets Groups Projects
Commit 9f671f53 authored by catch's avatar catch
Browse files

Issue #2080713 by chertzog: Remove Unused local variable $uuid from...

Issue #2080713 by chertzog: Remove Unused local variable $uuid from /core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php.
parent 2ffec831
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ function generateShortcutLink($path, $title = '') {
*/
function getShortcutInformation($set, $key) {
$info = array();
foreach ($set->links as $uuid => $link) {
foreach ($set->links as $link) {
$info[] = $link->{$key};
}
return $info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment