Skip to content

Commit a560967

Browse files
ENGCOM-3658: fix: simplify literal boolean checks #19672
- Merge Pull Request #19672 from DanielRuf/magento2:fix/adminnotification-simplify-literal-boolean-checks - Merged commits: 1. 6248b28 2. c62ded4 3. 8fa5fa0 4. 0a12717
2 parents d01c482 + 0a12717 commit a560967

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Error.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;
88

99
/**
10+
* Media synchronization error message class.
11+
*
1012
* @api
1113
* @since 100.0.2
1214
*/

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Success.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;
77

88
/**
9+
* Media synchronization success message class.
10+
*
911
* @api
1012
* @since 100.0.2
1113
*/

0 commit comments

Comments
 (0)