# Magento2 - Coding Standard Magento 2.4.4 Compatibility Issue

If you are facing this issue, it's a known issue at the moment:

```bash
"PHPCompatibility.FunctionUse.RemovedFunctions" does not exist
```

to fix it at the moment, you can apply this [Magento 2.4.4 PHP 8.1 Compatibility Patch](https://gist.github.com/fiko/bdec71978b458cc527df03d26a695b6c) and follow steps from official magento 2 documentation to [Apply Patch](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/patches/apply.html).
