8000 [HttpKernel] added a note about env name restrictions · symfony/symfony@b0f863d · GitHub
[go: up one dir, main page]

Skip to content

Commit b0f863d

Browse files
committed
[HttpKernel] added a note about env name restrictions
1 parent 493c13a commit b0f863d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
*
4242
* It manages an environment made of bundles.
4343
*
44+
* Environment names must always start with a letter and
45+
* they must only contain letters and numbers.
46+
*
4447
* @author Fabien Potencier <fabien@symfony.com>
4548
*/
4649
abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface

0 commit comments

Comments
 (0)
0