File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Webapi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class ServiceInputProcessor implements ServicePayloadConverterInterface
109
109
* @param ConfigInterface|null $config
110
110
* @param array $customAttributePreprocessors
111
111
* @param ServiceInputValidatorInterface|null $serviceInputValidator
112
- * @param int|null $defaultPageSize
112
+ * @param int $defaultPageSize
113
113
*/
114
114
public function __construct (
115
115
TypeProcessor $ typeProcessor ,
@@ -121,7 +121,7 @@ public function __construct(
121
121
ConfigInterface $ config = null ,
122
122
array $ customAttributePreprocessors = [],
123
123
ServiceInputValidatorInterface $ serviceInputValidator = null ,
124
- int $ defaultPageSize = null
124
+ int $ defaultPageSize = 20
125
125
) {
126
126
$ this ->typeProcessor = $ typeProcessor ;
127
127
$ this ->objectManager = $ objectManager ;
You can’t perform that action at this time.
0 commit comments