N°8796 - Add pre-commit hook for automatic cross-platform code style fixing

This commit is contained in:
Molkobain
2025-11-12 22:23:10 +01:00
parent 80d4e65a81
commit f83015d208
372 changed files with 35154 additions and 1064 deletions

View File

@@ -0,0 +1,21 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Process\Exception;
/**
* Marker Interface for the Process Component.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
interface ExceptionInterface extends \Throwable
{
}