Skip to content

Commit

Permalink
Fixing static errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraLivadas committed Mar 26, 2024
1 parent 3b23220 commit 22d092c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate_tables_sql_and_testNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
$parameterCount = 0;
$pages = [];
foreach ($instruments as $instrument) {
$catId = "";
$catId = "";
$output = "";
$items = explode("\n", trim($instrument));
$items = explode("\n", trim($instrument));
foreach ($items as $item) {
$paramId = "";
$bits = explode("{@}", trim($item));
Expand Down

0 comments on commit 22d092c

Please sign in to comment.