Skip to content

Commit a6fe024

Browse files
committed
32451: Fix phpcs error
1 parent dfafd51 commit a6fe024

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/code/Magento/CheckoutAgreements/Model/Agreement.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class Agreement extends \Magento\Framework\Model\AbstractExtensibleModel impleme
2727
protected $allowedCssUnits = ['px', 'pc', 'pt', 'ex', 'em', 'mm', 'cm', 'in', '%'];
2828

2929
/**
30+
* Agreement constructor
31+
*
3032
* @return void
3133
* @codeCoverageIgnore
3234
*/
@@ -36,6 +38,8 @@ protected function _construct()
3638
}
3739

3840
/**
41+
* Validate agreement data
42+
*
3943
* @param \Magento\Framework\DataObject $agreementData
4044
* @return array|bool
4145
*/
@@ -205,7 +209,7 @@ public function setMode($mode)
205209
}
206210

207211
/**
208-
* {@inheritdoc}
212+
* @inheritdoc
209213
*
210214
* @return \Magento\CheckoutAgreements\Api\Data\AgreementExtensionInterface|null
211215
*/
@@ -215,7 +219,7 @@ public function getExtensionAttributes()
215219
}
216220

217221
/**
218-
* {@inheritdoc}
222+
* @inheritdoc
219223
*
220224
* @param \Magento\CheckoutAgreements\Api\Data\AgreementExtensionInterface $extensionAttributes
221225
* @return $this

0 commit comments

Comments
 (0)