Skip to content

Commit 394c304

Browse files
committed
fixed static failed test
1 parent 8bcc807 commit 394c304

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

lib/internal/Magento/Framework/Setup/Declaration/Schema/Db/StatementAggregator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Statement aggregator.
1111
*
1212
* Statements are concatenated conditionally, decides which statements go separately and which may be concatenated.
13+
*
14+
* @api
1315
*/
1416
class StatementAggregator
1517
{

lib/internal/Magento/Framework/Setup/Declaration/Schema/Dto/Schema.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Schema DTO element.
1212
*
1313
* Aggregation root for all structural elements. Provides access to tables by their names.
14+
*
15+
* @api
1416
*/
1517
class Schema
1618
{

lib/internal/Magento/Framework/Setup/Declaration/Schema/ElementHistory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Element history container.
1313
*
1414
* This class holds history about element modifications.
15+
*
16+
* @api
1517
*/
1618
class ElementHistory
1719
{

0 commit comments

Comments
 (0)