Skip to content

Commit

Permalink
Fix PhanUnreferencedUseNormal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jan 24, 2023
1 parent 8c9af35 commit 234653a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions modules/candidate_parameters/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
namespace LORIS\candidate_parameters;
use LORIS\candidate_profile\CandidateInfo;
use LORIS\candidate_profile\CandidateWidget;
use LORIS\Data\Scope;
use LORIS\Data\Cardinality;
use LORIS\Data\Dictionary\DictionaryItem;

/**
* {@inheritDoc}
Expand Down
4 changes: 0 additions & 4 deletions modules/imaging_browser/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
namespace LORIS\imaging_browser;
use \LORIS\candidate_profile\CandidateWidget;

use \LORIS\Data\Dictionary\DictionaryItem;
use \LORIS\Data\Scope;
use \LORIS\Data\Cardinality;

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 234653a

Please # to comment.