Skip to content

Commit 0e17781

Browse files
committed
replaced symfony-project.org by symfony.com
1 parent 6001082 commit 0e17781

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+86
-86
lines changed

Bundle/Bundle.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
* An implementation of BundleInterface that adds a few conventions
2222
* for DependencyInjection extensions and Console commands.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <fabien@symfony.com>
2525
*/
2626
abstract class Bundle extends ContainerAware implements BundleInterface
2727
{

Bundle/BundleInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* BundleInterface.
1818
*
19-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
19+
* @author Fabien Potencier <fabien@symfony.com>
2020
*/
2121
interface BundleInterface
2222
{

CacheWarmer/CacheWarmer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313

1414
/**
1515
*
16-
* @author Fabien Potencier <fabien.potencier@symfony-project.org>
16+
* @author Fabien Potencier <fabien@symfony.com>
1717
*/
1818
abstract class CacheWarmer implements CacheWarmerInterface
1919
{

CacheWarmer/CacheWarmerAggregate.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313

1414
/**
1515
*
16-
* @author Fabien Potencier <fabien.potencier@symfony-project.org>
16+
* @author Fabien Potencier <fabien@symfony.com>
1717
*/
1818
class CacheWarmerAggregate implements CacheWarmerInterface
1919
{

CacheWarmer/CacheWarmerInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313

1414
/**
1515
*
16-
* @author Fabien Potencier <fabien.potencier@symfony-project.org>
16+
* @author Fabien Potencier <fabien@symfony.com>
1717
*/
1818
interface CacheWarmerInterface
1919
{

Client.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -22,7 +22,7 @@
2222
/**
2323
* Client simulates a browser and makes requests to a Kernel object.
2424
*
25-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
25+
* @author Fabien Potencier <fabien@symfony.com>
2626
*/
2727
class Client extends BaseClient
2828
{

Config/FileLocator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* FileLocator uses the KernelInterface to locate resources in bundles.
1919
*
20-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
20+
* @author Fabien Potencier <fabien@symfony.com>
2121
*/
2222
class FileLocator extends BaseFileLocator
2323
{

Controller/ControllerResolver.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
* the controller to execute and uses the request attributes to determine
2222
* the controller method arguments.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <fabien@symfony.com>
2525
*/
2626
class ControllerResolver implements ControllerResolverInterface
2727
{

Controller/ControllerResolverInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
*
2222
* A Controller can be any valid PHP callable.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <fabien@symfony.com>
2525
*/
2626
interface ControllerResolverInterface
2727
{

DataCollector/ConfigDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -20,7 +20,7 @@
2020
/**
2121
* ConfigDataCollector.
2222
*
23-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
23+
* @author Fabien Potencier <fabien@symfony.com>
2424
*/
2525
class ConfigDataCollector extends DataCollector
2626
{

DataCollector/DataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -18,7 +18,7 @@
1818
*
1919
* Children of this class must store the collected data in the data property.
2020
*
21-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
21+
* @author Fabien Potencier <fabien@symfony.com>
2222
*/
2323
abstract class DataCollector implements DataCollectorInterface, \Serializable
2424
{

DataCollector/DataCollectorInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -18,7 +18,7 @@
1818
/**
1919
* DataCollectorInterface.
2020
*
21-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
21+
* @author Fabien Potencier <fabien@symfony.com>
2222
*/
2323
interface DataCollectorInterface
2424
{

DataCollector/EventDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -19,7 +19,7 @@
1919
/**
2020
* EventDataCollector.
2121
*
22-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
22+
* @author Fabien Potencier <fabien@symfony.com>
2323
*/
2424
class EventDataCollector extends DataCollector
2525
{

DataCollector/ExceptionDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -18,7 +18,7 @@
1818
/**
1919
* ExceptionDataCollector.
2020
*
21-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
21+
* @author Fabien Potencier <fabien@symfony.com>
2222
*/
2323
class ExceptionDataCollector extends DataCollector
2424
{

DataCollector/LoggerDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* LogDataCollector.
1919
*
20-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
20+
* @author Fabien Potencier <fabien@symfony.com>
2121
*/
2222
class LoggerDataCollector extends DataCollector
2323
{

DataCollector/MemoryDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* MemoryDataCollector.
1919
*
20-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
20+
* @author Fabien Potencier <fabien@symfony.com>
2121
*/
2222
class MemoryDataCollector extends DataCollector
2323
{

DataCollector/RequestDataCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
/**
2222
* RequestDataCollector.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <fabien@symfony.com>
2525
*/
2626
class RequestDataCollector extends DataCollector
2727
{

Debug/ErrorException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
/**
1515
* ErrorException.
1616
*
17-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
17+
* @author Fabien Potencier <fabien@symfony.com>
1818
*/
1919
class ErrorException extends \Exception
2020
{

Debug/ErrorHandler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
/**
1515
* ErrorHandler.
1616
*
17-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
17+
* @author Fabien Potencier <fabien@symfony.com>
1818
*/
1919
class ErrorHandler
2020
{

Debug/EventDispatcherTraceableInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\HttpKernel\Debug;
1313

1414
/**
15-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15+
* @author Fabien Potencier <fabien@symfony.com>
1616
*/
1717
interface EventDispatcherTraceableInterface
1818
{

Debug/ExceptionListener.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <fabien@symfony.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -23,7 +23,7 @@
2323
*
2424
* The handle method must be connected to the core.exception event.
2525
*
26-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
26+
* @author Fabien Potencier <fabien@symfony.com>
2727
*/
2828
class ExceptionListener
2929
{

DependencyInjection/Extension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/*
1010
* This file is part of the Symfony framework.
1111
*
12-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
12+
* (c) Fabien Potencier <fabien@symfony.com>
1313
*
1414
* This source file is subject to the MIT license that is bundled
1515
* with this source code in the file LICENSE.
@@ -18,7 +18,7 @@
1818
/**
1919
* Provides useful features shared by many extensions.
2020
*
21-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
21+
* @author Fabien Potencier <fabien@symfony.com>
2222
*/
2323
abstract class Extension extends BaseExtension
2424
{

0 commit comments

Comments
 (0)