phpdoc stylefix

This commit is contained in:
Ad Schellevis 2024-02-15 20:12:32 +01:00
parent 913fa71d88
commit fa4e200fb4
3 changed files with 3 additions and 11 deletions

View File

@ -72,11 +72,7 @@ class IPsec extends BaseModel
}
/**
* Validates a keyPair instance within a model.
* @param $nodeKey string Fully-qualified key of the keyPair instance within a model
* @param $keyPair \OPNsense\Base\FieldTypes\BaseField Field instance of a keyPair
* @param $messages \Phalcon\Messages\Messages Validation message group
* @return array key size and fingerprint
* {@inheritdoc}
*/
private function validateKeyPair($nodeKey, $keyPair, $messages)
{

View File

@ -148,9 +148,7 @@ class Monit extends BaseModel
];
/**
* validate full model using all fields and data in a single (1 deep) array
* @param bool $validateFullModel validate full model or only changed fields
* @return \Phalcon\Messages\Messages
* {@inheritdoc}
*/
public function performValidation($validateFullModel = false)
{

View File

@ -41,9 +41,7 @@ use OPNsense\Base\BaseModel;
class Route extends BaseModel
{
/**
* extended validations
* @param bool $validateFullModel validate full model or only changed fields
* @return \Phalcon\Messages\Messages
* {@inheritdoc}
*/
public function performValidation($validateFullModel = false)
{