Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 21, 2022
1 parent 3d02904 commit 9b9be9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Requests/CaveRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function authorize()
public function rules()
{
return [
'name' => 'required|string',
'name' => 'required|string',
'monster.*.text' => 'required|string',
];
}
Expand Down
3 changes: 2 additions & 1 deletion public/packages/ckeditor/samples/old/sample_posteddata.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php /* <body><pre>
<?php
/* <body><pre>
-------------------------------------------------------------------------------------------
CKEditor - Posted Data
Expand Down

0 comments on commit 9b9be9d

Please sign in to comment.