We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1e4b3 commit 98e9fffCopy full SHA for 98e9fff
Magento2/Sniffs/Functions/DiscouragedFunctionSniff.md
@@ -2,7 +2,7 @@
2
3
## Reason
4
5
-[getimagesize()](https://www.php.net/manual/en/function.getimagesize.php) function works only with local and supported streams.
+[getimagesize](https://www.php.net/manual/en/function.getimagesize.php) function works only with local and supported streams.
6
With introduction of more advanced storages, like AWS S3 or Azure Blob Storage this function will cause issues where file is not accessible.
7
8
## How to fix
0 commit comments