Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tools] Tool failures #9611

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix parameter order
  • Loading branch information
skarya22 committed Feb 24, 2025
commit a4bc676d5d77a2cb9967d0aba536b6d50050c738
5 changes: 3 additions & 2 deletions tools/detect_conflicts.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,9 @@ function findConflict($conflict, $conflicts)
* Populates the DDE ignore fields for each instrument and runs
* the ignoreColumn function on the instrument for the given fields
*
* @param array $instruments The instruments to check
* @param bool $confirm Whether to execute
* @param string $lorisInstance The Loris instance
* @param array $instruments The instruments to check
* @param bool $confirm Whether to execute
*
* @return void
*
Expand Down
Loading