Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Mar 17, 2021
1 parent 4d6cf89 commit 300c8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/libraries/NDB_BVL_Instrument.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2173,8 +2173,8 @@ abstract class NDB_BVL_Instrument extends NDB_Page
* Loads multiple instruments representing multiple commentIDs from the
* database in bulk. This function must be called on an instrument instantiated
* as \NDB_BVL_Instrument::factory('instrumentname') without a comment ID, and
* will return an array of copies of the instrument type with the data for the given
* commentIDs loaded.
* will return an array of copies of the instrument type with the data for
* the given commentIDs loaded.
*
* @param $commentIDs string[] A list of commentIDs to load in bulk.
*
Expand Down

0 comments on commit 300c8ae

Please sign in to comment.