mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Massive PHPCS linting
This commit is contained in:
@@ -90,7 +90,7 @@ class VariableValidatorService
|
||||
/**
|
||||
* Set the fields with populated data to validate.
|
||||
*
|
||||
* @param array $fields
|
||||
* @param array $fields
|
||||
* @return $this
|
||||
*/
|
||||
public function setFields(array $fields)
|
||||
@@ -103,7 +103,7 @@ class VariableValidatorService
|
||||
/**
|
||||
* Set this function to be running at the administrative level.
|
||||
*
|
||||
* @param bool $bool
|
||||
* @param bool $bool
|
||||
* @return $this
|
||||
*/
|
||||
public function isAdmin($bool = true)
|
||||
@@ -116,7 +116,7 @@ class VariableValidatorService
|
||||
/**
|
||||
* Validate all of the passed data aganist the given service option variables.
|
||||
*
|
||||
* @param int $option
|
||||
* @param int $option
|
||||
* @return $this
|
||||
*/
|
||||
public function validate($option)
|
||||
|
||||
Reference in New Issue
Block a user