style: run php-cs-fixer

This commit is contained in:
2021-05-20 20:37:35 -03:00
parent 92a6410321
commit 54efb095fe
43 changed files with 84 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
/**
* Strings from the product pages
* They are separeted by the file that calls them.
* Sometimes, a string is used on another file,
* Sometimes, a string is used on another file,
* so it will stay at the common segment.
*/
@@ -20,7 +20,7 @@ return [
'100yearsSolitude' => 'Cem anos de solidão',
/**
* addProductForm.blade.php
* addProductForm.blade.php
*/
'name' => 'Nome:',
'book' => 'Livro',
@@ -58,4 +58,4 @@ return [
'noItemsYet' => 'Ainda não há itens cadastrados. Inclua um no formulário acima.',
'addItem' => 'Incluir item',
'back' => 'VOLTAR',
];
];