Merge pull request #8370 from luzpaz/typos

Fix various typos
This commit is contained in:
James Cole
2024-01-10 05:31:16 +01:00
committed by GitHub
13 changed files with 20 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ class UpdateRequest extends FormRequest
*/
public function getAll(): array
{
// return nothing that isn't explicitely in the array:
// return nothing that isn't explicitly in the array:
$fields = [
'name' => ['name', 'convertString'],
'code' => ['code', 'convertString'],