Skip to content

Commit 831616d

Browse files
authored
Add enter in docblock to fix phpcs error
Fix: PHP Code Sniffer detected 1 violation(s): FILE: /var/www/html/app/code/Magento/Paypal/Model/Payflow/Request.php ----------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------- 17 | WARNING | There must be exactly one blank line between lines short and long descriptions -----------------------------------------------------------------------------------------------
1 parent 882d3de commit 831616d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Paypal/Model/Payflow/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Request extends \Magento\Framework\DataObject
1414
{
1515
/**
1616
* Set/Get attribute wrapper
17+
*
1718
* Also add length path if key contains = or &
1819
*
1920
* @param string $method

0 commit comments

Comments
 (0)