Apply fixes from StyleCI
This commit is contained in:
parent
d69a27867f
commit
52eaa053a8
@ -176,7 +176,9 @@ description: '.$description.'
|
|||||||
| Error | Description |
|
| Error | Description |
|
||||||
|----------|---------------|
|
|----------|---------------|
|
||||||
';
|
';
|
||||||
foreach ($errors['result'][$data['method']] as $error) { $example .= '|'.$error.'|'.$errors['human_result'][$error][0].'|'; }
|
foreach ($errors['result'][$data['method']] as $error) {
|
||||||
|
$example .= '|'.$error.'|'.$errors['human_result'][$error][0].'|';
|
||||||
|
}
|
||||||
$example .= "\n\n";
|
$example .= "\n\n";
|
||||||
}
|
}
|
||||||
$example .= str_replace('[]', '', '### Example:
|
$example .= str_replace('[]', '', '### Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user