minor #39436 Fix CS in link binary (jderusse)

This PR was merged into the 4.4 branch.

Discussion
----------

Fix CS in link binary

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

I missed this file. Sorry :(

Commits
-------

7f6c90ceec Fix CS in link binary
This commit is contained in:
Nicolas Grekas 2020-12-10 19:05:29 +01:00
commit 4a0237f542
1 changed files with 6 additions and 6 deletions

12
link
View File

@ -2,12 +2,12 @@
<?php <?php
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
require __DIR__.'/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php'; require __DIR__.'/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php';