We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f656a6 commit c7ed1e5Copy full SHA for c7ed1e5
app/code/Magento/GraphQl/Controller/GraphQl.php
@@ -121,10 +121,10 @@ class GraphQl implements FrontControllerInterface
121
* @param QueryFields $queryFields
122
* @param JsonFactory|null $jsonFactory
123
* @param HttpResponse|null $httpResponse
124
- * @param ContextFactoryInterface $contextFactory
125
- * @param LogData $logDataHelper
126
- * @param LoggerPool $loggerPool
127
- * @param AreaList $areaList
+ * @param ContextFactoryInterface|null $contextFactory
+ * @param LogData|null $logDataHelper
+ * @param LoggerPool|null $loggerPool
+ * @param AreaList|null $areaList
128
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
129
*/
130
public function __construct(
0 commit comments