File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2121
2222/**
2323 * Creates a pre-configured instance of AWS S3 driver.
24+ *
25+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2426 */
2527class AwsS3Factory implements DriverFactoryInterface
2628{
Original file line number Diff line number Diff line change 2121 *
2222 * @SuppressWarnings(PHPMD.TooManyFields)
2323 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2425 * @since 100.0.2
2526 */
2627class Data extends \Magento \Framework \App \Helper \AbstractHelper
Original file line number Diff line number Diff line change 2727 *
2828 * @since 100.0.2
2929 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
3031 */
3132class Design extends \Magento \Framework \Model \AbstractModel
3233{
Original file line number Diff line number Diff line change 1818 * @method int getStoreId()
1919 * @method \Magento\Catalog\Model\Product\Compare\Item setStoreId(int $value)
2020 * @since 100.0.2
21+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2122 */
2223class Item extends \Magento \Framework \Model \AbstractModel implements \Magento \Framework \DataObject \IdentityInterface
2324{
You can’t perform that action at this time.
0 commit comments