Skip to content

Commit 284a410

Browse files
committed
fix warnings
1 parent bcffed7 commit 284a410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/dashboard.php

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565

6666

6767
// 3rd plot: stats of projects selected this year
68+
$projs = [];
69+
$langs = [];
70+
$prs_per_project = [];
71+
6872
foreach (db_fetch_groups($selected_year) as $group) {
6973
if ($repo = $group->getValidRepository()) {
7074
if ($lang = $repo->language()) {

0 commit comments

Comments
 (0)