We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaee90 commit 95cb506Copy full SHA for 95cb506
app/code/Magento/User/Model/User.php
@@ -26,6 +26,7 @@
26
* @method string getExtra()
27
* @method \Magento\User\Model\User setExtra(string $value)
28
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
29
+ * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
30
* @SuppressWarnings(PHPMD.LongVariable)
31
*/
32
class User extends AbstractModel implements StorageInterface, UserInterface
0 commit comments