Skip to content

Commit c7ed1e5

Browse files
authored
Updated constructor comment
1 parent 2f656a6 commit c7ed1e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/GraphQl/Controller/GraphQl.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ class GraphQl implements FrontControllerInterface
121121
* @param QueryFields $queryFields
122122
* @param JsonFactory|null $jsonFactory
123123
* @param HttpResponse|null $httpResponse
124-
* @param ContextFactoryInterface $contextFactory
125-
* @param LogData $logDataHelper
126-
* @param LoggerPool $loggerPool
127-
* @param AreaList $areaList
124+
* @param ContextFactoryInterface|null $contextFactory
125+
* @param LogData|null $logDataHelper
126+
* @param LoggerPool|null $loggerPool
127+
* @param AreaList|null $areaList
128128
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
129129
*/
130130
public function __construct(

0 commit comments

Comments
 (0)