Skip to content

Commit dbc8951

Browse files
committed
Fix > PHP Code Sniffer violation : null is not a valid PHP type
1 parent 746aa2c commit dbc8951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Model/ResourceModel/Report/AbstractReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ abstract class AbstractReport extends \Magento\Framework\Model\ResourceModel\Db\
5757
* @param \Magento\Reports\Model\FlagFactory $reportsFlagFactory
5858
* @param \Magento\Framework\Stdlib\DateTime\Timezone\Validator $timezoneValidator
5959
* @param \Magento\Framework\Stdlib\DateTime\DateTime $dateTime
60-
* @param null $connectionName
60+
* @param string|null $connectionName
6161
*/
6262
public function __construct(
6363
\Magento\Framework\Model\ResourceModel\Db\Context $context,

0 commit comments

Comments
 (0)