Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98e9fff

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Magento2/Sniffs/Functions/DiscouragedFunctionSniff.md

Copy file name to clipboardExpand all lines: Magento2/Sniffs/Functions/DiscouragedFunctionSniff.md
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.