Skip to content

Commit 8ba13ae

Browse files
authored
Merge pull request #46 from riadvice/text-tracks
2 parents 291a588 + e60ce62 commit 8ba13ae

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Parameters/GetRecordingTextTracksParameters.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class GetRecordingTextTracksParameters extends MetaParameters
3232

3333
/**
3434
* GetRecordingTextTracksParameters constructor.
35+
*
36+
* @param $recordId
3537
*/
3638
public function __construct($recordId)
3739
{
@@ -47,8 +49,7 @@ public function getRecordId()
4749
}
4850

4951
/**
50-
* @param string $recordId
51-
*
52+
* @param string $recordId
5253
* @return GetRecordingTextTracksParameters
5354
*/
5455
public function setRecordId($recordId)

tests/Parameters/GetRecordingTextTracksParametersTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@
1717
* You should have received a copy of the GNU Lesser General Public License along
1818
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
2120
namespace BigBlueButton\Parameters;
2221

2322
use BigBlueButton\TestCase;
2423

25-
/**
26-
* @internal
27-
*
28-
* @coversNothing
29-
*/
3024
class GetRecordingTextTracksParametersTest extends TestCase
3125
{
3226
public function testGetRecordingTextTracksParameters()

0 commit comments

Comments
 (0)