Skip to content

Commit 9ed36a8

Browse files
committed
Added license header
1 parent 869bc81 commit 9ed36a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/ErrorHandler/DeprecationErrorHandler.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package and was copied
5+
* from the Symfony package.
6+
*
7+
* (c) Fabien Potencier <[email protected]>
8+
* (c) 2011-2014 Symfony CMF
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
314
namespace Symfony\Cmf\Component\Testing\ErrorHandler;
415

516
/**

0 commit comments

Comments
 (0)