File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -4860,11 +4860,6 @@ parameters:
4860
4860
count : 1
4861
4861
path : lib/Mage/DB/Mysqli.php
4862
4862
4863
- -
4864
- message : " #^Property Mage_HTTP_Client_Curl\\ :\\ :\\ $_ch \\ (object\\ ) does not accept resource\\ .$#"
4865
- count : 1
4866
- path : lib/Mage/HTTP/Client/Curl.php
4867
-
4868
4863
-
4869
4864
message : " #^Property Mage_HTTP_Client_Socket\\ :\\ :\\ $_postFields is never read, only written\\ .$#"
4870
4865
count : 1
Original file line number Diff line number Diff line change @@ -69,9 +69,5 @@ parameters:
69
69
checkFunctionNameCase : true
70
70
checkInternalClassCaseSensitivity : true
71
71
treatPhpDocTypesAsCertain : false
72
- # For v1.12+ with "bleeding edge"
73
- ignoreErrors :
74
- -
75
- identifier : missingType.iterableValue
76
72
# universalObjectCratesClasses:
77
73
# - Varien_Object
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class Mage_HTTP_Client_Curl implements Mage_HTTP_IClient
89
89
90
90
/**
91
91
* Curl
92
- * @var object
92
+ * @var false|resource
93
93
*/
94
94
protected $ _ch ;
95
95
You can’t perform that action at this time.
0 commit comments