|
18 | 18 | <exclude-pattern>*/Varien/Db/Tree.php*</exclude-pattern>
|
19 | 19 | <exclude-pattern>*/Varien/Directory/Collection.php*</exclude-pattern>
|
20 | 20 | </rule>
|
| 21 | + <rule ref="PHPCompatibility.Constants.RemovedConstants.mcrypt_blowfishDeprecatedRemoved"> |
| 22 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 23 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 24 | + </rule> |
| 25 | + <rule ref="PHPCompatibility.Constants.RemovedConstants.mcrypt_mode_cbcDeprecatedRemoved"> |
| 26 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 27 | + </rule> |
| 28 | + <rule ref="PHPCompatibility.Constants.RemovedConstants.mcrypt_mode_ecbDeprecatedRemoved"> |
| 29 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 30 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 31 | + </rule> |
| 32 | + <rule ref="PHPCompatibility.Constants.RemovedConstants.mcrypt_randDeprecatedRemoved"> |
| 33 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 34 | + </rule> |
| 35 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_create_ivDeprecatedRemoved"> |
| 36 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 37 | + </rule> |
| 38 | + <rule ref="PHPCompatibility.Extensions.RemovedExtensions.mcryptDeprecatedRemoved"> |
| 39 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 40 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 41 | + </rule> |
| 42 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_enc_get_iv_sizeDeprecatedRemoved"> |
| 43 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 44 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 45 | + </rule> |
| 46 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_enc_get_key_sizeDeprecatedRemoved"> |
| 47 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 48 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 49 | + </rule> |
| 50 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_genericDeprecatedRemoved"> |
| 51 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 52 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 53 | + </rule> |
| 54 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_generic_deinitDeprecatedRemoved"> |
| 55 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 56 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 57 | + </rule> |
| 58 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_generic_initDeprecatedRemoved"> |
| 59 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 60 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 61 | + </rule> |
| 62 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_module_closeDeprecatedRemoved"> |
| 63 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 64 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 65 | + </rule> |
| 66 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_module_openDeprecatedRemoved"> |
| 67 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 68 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 69 | + </rule> |
| 70 | + <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.mdecrypt_genericDeprecatedRemoved"> |
| 71 | + <exclude-pattern>*/Magento/Crypt.php*</exclude-pattern> |
| 72 | + <exclude-pattern>*/Varien/Crypt/Mcrypt.php*</exclude-pattern> |
| 73 | + </rule> |
21 | 74 | </ruleset>
|
0 commit comments