Skip to content

Commit 346307a

Browse files
committed
update comments
1 parent 9682967 commit 346307a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/TestResultTable.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ public static function getTableName()
1313
{
1414
return 'b_learn_test_result';
1515
}
16-
17-
/**
18-
* Returns entity map definition.
19-
*
20-
* @return array
21-
*/
16+
17+
/**
18+
* Returns entity map definition.
19+
*
20+
* @return array
21+
* @throws \Bitrix\Main\ArgumentException
22+
*/
2223
public static function getMap()
2324
{
2425
return array(

0 commit comments

Comments
 (0)