Skip to content

Commit

Permalink
Apply coding standards
Browse files Browse the repository at this point in the history
Ran PHP CS autofixer.
  • Loading branch information
martijnc committed Dec 9, 2023
1 parent 7476be6 commit 2e021f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ExternalRedirect/ExternalRedirectResponse.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Nelmio SecurityBundle.
*
* (c) Nelmio <hello@nelm.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\SecurityBundle\ExternalRedirect;

use Symfony\Component\HttpFoundation\RedirectResponse;
Expand Down

0 comments on commit 2e021f2

Please sign in to comment.