Skip to content

Commit 98e9fff

Browse files
MC-38508: Add static checks for PHP FS calls
1 parent dc1e4b3 commit 98e9fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Functions/DiscouragedFunctionSniff.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reason
44

5-
[getimagesize()](https://www.php.net/manual/en/function.getimagesize.php) function works only with local and supported streams.
5+
[getimagesize](https://www.php.net/manual/en/function.getimagesize.php) function works only with local and supported streams.
66
With introduction of more advanced storages, like AWS S3 or Azure Blob Storage this function will cause issues where file is not accessible.
77

88
## How to fix

0 commit comments

Comments
 (0)