Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2389d7c

Browse filesBrowse files
committed
Revert "feature #30651 Allow user to set the project dir (tdutrion)"
This reverts commit aa12dd0, reversing changes made to 7d01aae.
1 parent c203379 commit 2389d7c
Copy full SHA for 2389d7c

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8383
const END_OF_MAINTENANCE = '01/2020';
8484
const END_OF_LIFE = '07/2020';
8585

86-
public function __construct(string $environment, bool $debug, string $projectDir = null)
86+
public function __construct(string $environment, bool $debug)
8787
{
8888
$this->environment = $environment;
8989
$this->debug = $debug;
9090
$this->rootDir = $this->getRootDir(false);
9191
$this->name = $this->getName(false);
92-
$this->projectDir = $projectDir;
9392
}
9493

9594
public function __clone()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.