Skip to content

Commit

Permalink
style: format code with PHP CS Fixer (#649)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 6af81a3 according to the output
from PHP CS Fixer.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: horcsinbalint <[email protected]>
  • Loading branch information
deepsource-autofix[bot] and horcsinbalint authored Oct 14, 2024
1 parent 25f762d commit 7305036
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down

0 comments on commit 7305036

Please sign in to comment.