We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924d519 commit bf55411Copy full SHA for bf55411
src/Application.php
@@ -1,4 +1,4 @@
1
-<?php declare(strict_types=1);
+<?php
2
3
namespace SymfonyDocsBuilder;
4
@@ -17,7 +17,7 @@ public function __construct(string $symfonyVersion)
17
{
18
$this->application = new BaseApplication();
19
20
- $configuration = $this->getSymfonyDocConfiguration($basePath = realpath(__DIR__.'/..'));
+ $configuration = $this->getSymfonyDocConfiguration($basePath = getcwd());
21
$this->buildContext = new BuildContext(
22
$basePath,
23
$symfonyVersion,
0 commit comments